summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/include/unistd.h b/lib/libc/include/unistd.h
index 8c82eb8..01c4abc 100644
--- a/lib/libc/include/unistd.h
+++ b/lib/libc/include/unistd.h
@@ -52,6 +52,9 @@ int close(int fd);
int access(const char *path, int mode);
off_t lseek(int fildes, off_t offset, int whence);
+pid_t getpid(void);
+pid_t getppid(void);
+
__END_DECLS
#endif /* !_UNISTD_H */