* libc/include/sys/features.h: Redefine compilation environment definitions for Cygwin to cover 64 bit Cygwin. * libc/ctype/ctype_.c (_ctype_): Fix definition for 64 bit Cygwin. * libc/include/machine/setjmp.h: Change definition of _JBLEN to allow different values for 32 bit and 64 bit Cygwin. * libc/include/reent.h (stat64): Define as stat under Cygwin, instead of as __stat64. Undef stat64 if not building Newlib. * libc/include/sys/stat.h (stat64): Define as stat under Cygwin. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| Makefile.in | ||
| ctype.tex | ||
| ctype_.c | ||
| ctype_cp.h | ||
| ctype_iso.h | ||
| isalnum.c | ||
| isalpha.c | ||
| isascii.c | ||
| isblank.c | ||
| iscntrl.c | ||
| isdigit.c | ||
| islower.c | ||
| isprint.c | ||
| ispunct.c | ||
| isspace.c | ||
| isupper.c | ||
| iswalnum.c | ||
| iswalpha.c | ||
| iswblank.c | ||
| iswcntrl.c | ||
| iswctype.c | ||
| iswdigit.c | ||
| iswgraph.c | ||
| iswlower.c | ||
| iswprint.c | ||
| iswpunct.c | ||
| iswspace.c | ||
| iswupper.c | ||
| iswxdigit.c | ||
| isxdigit.c | ||
| jp2uc.c | ||
| jp2uc.h | ||
| local.h | ||
| toascii.c | ||
| tolower.c | ||
| toupper.c | ||
| towctrans.c | ||
| towlower.c | ||
| towupper.c | ||
| utf8alpha.h | ||
| utf8print.h | ||
| wctrans.c | ||
| wctype.c | ||