- Timestamp:
- Nov 22, 2004, 1:46:52 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/types.h
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r1661 r1662 346 346 347 347 348 /* bird: OS/2 Toolkit Pollution. */ 349 #if !defined (_POSIX_SOURCE) || defined(__USE_EMX) 348 /* bird: OS/2 Toolkit Pollution. 349 * bird: This is a source of trouble and not used in LIBC. Try hiding 350 * it. And if that doesn't work, try make both declarations longs. */ 351 #ifdef __USE_IBM_UGLENESS 350 352 #ifdef __32BIT__ 351 typedef int long_int; 353 typedef int long_int; /* 32-bit compilers */ 352 354 #else 353 355 typedef long int long_int; /* 16-bit compilers */ 354 356 #endif 355 #endif /* not _POSIX_SOURCE*/357 #endif /* __USE_IBM_UGLENESS */ 356 358 357 359 #endif /* not _SYS_TYPES_H_ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.