* include/ctype.h: Accommodate building in newlib.
This commit is contained in:
parent
f340d72e91
commit
68d96be776
|
@ -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>
|
2005-03-28 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* timer.cc (getitimer): Check that ovalue is a valid pointer, not just
|
* timer.cc (getitimer): Check that ovalue is a valid pointer, not just
|
||||||
|
|
|
@ -38,7 +38,7 @@ int __cdecl _toupper(int);
|
||||||
#define _X 0100
|
#define _X 0100
|
||||||
#define _B 0200
|
#define _B 0200
|
||||||
|
|
||||||
#ifdef __INSIDE_CYGWIN__
|
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
|
||||||
extern const char _ctype_[];
|
extern const char _ctype_[];
|
||||||
#else
|
#else
|
||||||
extern const __declspec(dllimport) char _ctype_[];
|
extern const __declspec(dllimport) char _ctype_[];
|
||||||
|
|
Loading…
Reference in New Issue