openssh/news4-posix.h
Ben Lindstrom 67e21e1eb2 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
setsid() into more common files
2000-11-05 09:08:45 +00:00

18 lines
290 B
C

/*
* 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 */