diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 0546fdd7a3..955637e0fb 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -17,6 +17,7 @@ extern int __fchown __P ((int __fd, __uid_t __owner, __gid_t __group)); extern int __lchown __P ((__const char *__file, __uid_t __owner, __gid_t __group)); +extern int __chdir __P ((__const char *__path)); extern int __fchdir __P ((int __fd)); extern char *__getcwd __P ((char *__buf, size_t __size)); |