- Timestamp:
- 09/19/95 21:42:27 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 91a3554d
- Parents:
- 38ffa0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/unix/cpu.h
r38ffa0c r84ee59f5 41 41 #if defined(linux) 42 42 #define MALLOC_0_RETURNS_NULL 43 #endif44 45 #if 046 47 /*48 * In order to get the types and prototypes used in this file under49 * Solaris 2.3, it is necessary to pull the following magic.50 */51 52 #if defined(solaris2)53 #warning "Ignore the undefining __STDC__ warning"54 #undef __STDC__55 #define __STDC__ 056 #undef _POSIX_C_SOURCE57 #endif58 59 43 #endif 60 44
Note: See TracChangeset
for help on using the changeset viewer.