* include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.
This commit is contained in:
parent
fa914bf8ab
commit
737a72dd0e
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.
|
||||||
|
|
||||||
2008-07-21 Corinna Vinschen <corinna@vinschen.de>
|
2008-07-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Makefile.in (cygcheck.exe): Link against ntdll.
|
* Makefile.in (cygcheck.exe): Link against ntdll.
|
||||||
|
@ -40,6 +40,9 @@ int __cdecl _toupper(int);
|
|||||||
|
|
||||||
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
|
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
|
||||||
extern const char _ctype_[];
|
extern const char _ctype_[];
|
||||||
|
#ifdef _COMPILING_NEWLIB
|
||||||
|
extern const char *__ctype_ptr__;
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
extern const __declspec(dllimport) char _ctype_[];
|
extern const __declspec(dllimport) char _ctype_[];
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user