Changeset 1086
- Timestamp:
- Jan 26, 2004, 12:57:48 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/features.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1085 r1086 21 21 * @changed bird: don't define *LARGEFILE64*, but make sure to indicate that 22 22 * off_t is 64bits. 23 * @changed bird: not GLIBC version numbers. 23 24 */ 24 25 … … 269 270 #define __STDC_ISO_10646__ 200009L 270 271 272 #ifndef __EMX__ /*bird: we're not GLIBC */ 271 273 /* This macro indicates that the installed library is the GNU C Library. 272 274 For historic reasons the value now is 6 and this will stay from now … … 282 284 #define __GLIBC__ 2 283 285 #define __GLIBC_MINOR__ 3 286 #endif /*bird*/ 284 287 285 288 /* Convenience macros to test the versions of glibc and gcc. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.