summaryrefslogtreecommitdiff
path: root/next-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'next-posix.h')
-rw-r--r--next-posix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/next-posix.h b/next-posix.h
index b987b09c2..7986817e7 100644
--- a/next-posix.h
+++ b/next-posix.h
@@ -37,6 +37,9 @@
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 */
41pid_t getppid(void);
42
40/* TERMCAP */ 43/* TERMCAP */
41int tcgetattr(int fd, struct termios *t); 44int tcgetattr(int fd, struct termios *t);
42int tcsetattr(int fd, int opt, const struct termios *t); 45int tcsetattr(int fd, int opt, const struct termios *t);