* include/ctype.h: Accommodate building in newlib.

This commit is contained in:
Christopher Faylor 2005-03-28 21:58:23 +00:00
parent f340d72e91
commit 68d96be776
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-28 Christopher Faylor <cgf@timesys.com>
* include/ctype.h: Accommodate building in newlib.
2005-03-28 Christopher Faylor <cgf@timesys.com>
* timer.cc (getitimer): Check that ovalue is a valid pointer, not just

View File

@ -38,7 +38,7 @@ int __cdecl _toupper(int);
#define _X 0100
#define _B 0200
#ifdef __INSIDE_CYGWIN__
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
extern const char _ctype_[];
#else
extern const __declspec(dllimport) char _ctype_[];