mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
Update.
* include/unistd.h: Add __rmdir and __mkdir prototypes. See ChangeLog.10 for earlier changes.
This commit is contained in:
parent
9b51f431a8
commit
108c6efaa3
13265
ChangeLog.10
Normal file
13265
ChangeLog.10
Normal file
File diff suppressed because it is too large
Load Diff
@ -32,6 +32,8 @@ 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 __rmdir (const char *__path);
|
||||
|
||||
/* Get the canonical absolute name of the named directory, and put it in SIZE
|
||||
bytes of BUF. Returns NULL if the directory couldn't be determined or
|
||||
|
Loading…
Reference in New Issue
Block a user