* include/unistd.h: Add __rmdir and __mkdir prototypes.
See ChangeLog.10 for earlier changes.
This commit is contained in:
Ulrich Drepper 2000-02-29 01:13:44 +00:00
parent 9b51f431a8
commit 108c6efaa3
3 changed files with 13269 additions and 13261 deletions

13263
ChangeLog

File diff suppressed because it is too large Load Diff

13265
ChangeLog.10 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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