summaryrefslogtreecommitdiff
path: root/StdLib/Include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/Include/unistd.h')
-rw-r--r--StdLib/Include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/StdLib/Include/unistd.h b/StdLib/Include/unistd.h
index 2134f15765..4d738c64b6 100644
--- a/StdLib/Include/unistd.h
+++ b/StdLib/Include/unistd.h
@@ -39,6 +39,7 @@ pid_t tcgetpgrp(int);
char *getpass(const char *);
int usleep(useconds_t);
unsigned int sleep(unsigned int);
+char *basename(char *path);
// Networking
long gethostid(void);