mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Fix typo.
This commit is contained in:
parent
108c6efaa3
commit
994a13fbf3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user