Real remove of the news4-posix.h .. Too bad I can't do the same

to next-posix.h yet.
This commit is contained in:
Ben Lindstrom 2001-01-09 00:54:58 +00:00
parent 0d5af6017e
commit 50c9c207cf

View File

@ -1,17 +0,0 @@
/*
* Defines and prototypes specific to News4 system
*/
#ifndef _NEWS4_POSIX_H
#define _NEWS4_POSIX_H
#ifdef HAVE_NEWS4
#include <sys/wait.h>
typedef long clock_t;
/* FILE */
#define O_NONBLOCK 00004 /* non-blocking open */
#endif /* HAVE_NEWS4 */
#endif /* _NEWS4_POSIX_H */