Ben Lindstrom | b562864 | 2000-10-18 00:02:25 +0000 | [diff] [blame] | 1 | /* |
2 | * Defines and prototypes specific to News4 system | ||||
3 | */ | ||||
4 | |||||
5 | #ifndef _NEWS4_POSIX_H | ||||
6 | #define _NEWS4_POSIX_H | ||||
7 | |||||
8 | #ifdef HAVE_NEWS4 | ||||
Ben Lindstrom | b562864 | 2000-10-18 00:02:25 +0000 | [diff] [blame] | 9 | #include <sys/wait.h> |
10 | |||||
11 | typedef long clock_t; | ||||
12 | |||||
13 | /* FILE */ | ||||
14 | #define O_NONBLOCK 00004 /* non-blocking open */ | ||||
15 | |||||
Ben Lindstrom | b562864 | 2000-10-18 00:02:25 +0000 | [diff] [blame] | 16 | #endif /* HAVE_NEWS4 */ |
17 | #endif /* _NEWS4_POSIX_H */ |