diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-29 01:34:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-29 01:34:34 +0000 |
commit | 994a13fbf32fd84d5c00749cdabecaae72493e20 (patch) | |
tree | f712bdc1b550e6b5d98c487eff1216700cca73df | |
parent | 108c6efaa30487831627d3aa32cd227137497f9e (diff) | |
download | glibc-994a13fbf32fd84d5c00749cdabecaae72493e20.tar.gz glibc-994a13fbf32fd84d5c00749cdabecaae72493e20.tar.xz glibc-994a13fbf32fd84d5c00749cdabecaae72493e20.zip |
Fix typo.
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 203a4608d5..a382d303bb 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -32,7 +32,7 @@ extern int __lchown (__const char *__file, __uid_t __owner, extern int __chdir (__const char *__path); extern int __fchdir (int __fd); extern char *__getcwd (char *__buf, size_t __size); -extern int __mkdir (const char *__path, mode_t __mode); +extern int __mkdir (const char *__path, __mode_t __mode); extern int __rmdir (const char *__path); /* Get the canonical absolute name of the named directory, and put it in SIZE |