Changeset 1ceface in rtems for cpukit/score/cpu/unix
- Timestamp:
- Oct 6, 1995, 4:33:30 PM (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c62d36f
- Parents:
- 11290355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/unix/cpu.c
r11290355 r1ceface 22 22 23 23 #if defined(solaris2) 24 /* 24 25 #undef _POSIX_C_SOURCE 25 26 #define _POSIX_C_SOURCE 3 26 27 #undef __STRICT_ANSI__ 27 28 #define __STRICT_ANSI__ 29 */ 30 #define __EXTENSIONS__ 28 31 #endif 29 32
Note: See TracChangeset
for help on using the changeset viewer.