diff options
-rw-r--r-- | news4-posix.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/news4-posix.h b/news4-posix.h deleted file mode 100644 index af1cac3f6..000000000 --- a/news4-posix.h +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 | ||
9 | #include <sys/wait.h> | ||
10 | |||
11 | typedef long clock_t; | ||
12 | |||
13 | /* FILE */ | ||
14 | #define O_NONBLOCK 00004 /* non-blocking open */ | ||
15 | |||
16 | #endif /* HAVE_NEWS4 */ | ||
17 | #endif /* _NEWS4_POSIX_H */ | ||