blob: af1cac3f6f4d0593b1e9c45fda731b768ab0ce1a [file] [log] [blame]
Ben Lindstromb5628642000-10-18 00:02:25 +00001/*
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 Lindstromb5628642000-10-18 00:02:25 +00009#include <sys/wait.h>
10
11typedef long clock_t;
12
13/* FILE */
14#define O_NONBLOCK 00004 /* non-blocking open */
15
Ben Lindstromb5628642000-10-18 00:02:25 +000016#endif /* HAVE_NEWS4 */
17#endif /* _NEWS4_POSIX_H */