Changeset 1506 for trunk/src/emx/include/spawn.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/spawn.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1505 r1506 1 /** @file 2 * GLIBC 2.3.2 3 * @changed bird: we don't have sched.h or the GLIBC standard definitions. 4 */ 5 1 6 /* Definitions for POSIX spawn interface. 2 7 Copyright (C) 2000 Free Software Foundation, Inc. … … 18 23 02111-1307 USA. */ 19 24 20 /** @file21 * GLIBC 2.3.222 * @changed bird: we don't have features.h, sched.h or the GLIBC standard definitions.23 */24 25 25 #ifndef _SPAWN_H 26 26 #define _SPAWN_H 1 27 27 28 #include <features.h> 28 29 #ifndef __EMX__ /* bird */ 29 #include <features.h>30 30 #include <sched.h> 31 31 #endif /* bird */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.