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:
parent
0d5af6017e
commit
50c9c207cf
|
@ -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 */
|
|
Loading…
Reference in New Issue