summaryrefslogtreecommitdiff
path: root/next-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'next-posix.h')
-rw-r--r--next-posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/next-posix.h b/next-posix.h
index 7986817e7..466877546 100644
--- a/next-posix.h
+++ b/next-posix.h
@@ -39,6 +39,7 @@ pid_t posix_wait(int *status);
39 39
40/* #ifdef POSIX wrapped functions that need defining */ 40/* #ifdef POSIX wrapped functions that need defining */
41pid_t getppid(void); 41pid_t getppid(void);
42void vhangup(void);
42 43
43/* TERMCAP */ 44/* TERMCAP */
44int tcgetattr(int fd, struct termios *t); 45int tcgetattr(int fd, struct termios *t);