summaryrefslogtreecommitdiff
path: root/next-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'next-posix.h')
-rw-r--r--next-posix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/next-posix.h b/next-posix.h
index 466877546..92002060b 100644
--- a/next-posix.h
+++ b/next-posix.h
@@ -37,9 +37,11 @@
37pid_t posix_wait(int *status); 37pid_t posix_wait(int *status);
38#define wait(a) posix_wait(a) 38#define wait(a) posix_wait(a)
39 39
40/* #ifdef POSIX wrapped functions that need defining */ 40/* #ifdef wrapped functions that need defining for clean compiling */
41pid_t getppid(void); 41pid_t getppid(void);
42void vhangup(void); 42void vhangup(void);
43int innetgr(const char *netgroup, const char *host, const char *user,
44 const char *domain);
43 45
44/* TERMCAP */ 46/* TERMCAP */
45int tcgetattr(int fd, struct termios *t); 47int tcgetattr(int fd, struct termios *t);