summaryrefslogtreecommitdiff
path: root/news4-posix.h
blob: af1cac3f6f4d0593b1e9c45fda731b768ab0ce1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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 */