summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-29 01:13:44 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-29 01:13:44 +0000
commit108c6efaa30487831627d3aa32cd227137497f9e (patch)
treeffae19a6de83538b2040ce5111f2a8b739b5fd4a /include
parent9b51f431a8acee55ea414ef48231fc10529f253e (diff)
downloadglibc-108c6efaa30487831627d3aa32cd227137497f9e.tar.gz
glibc-108c6efaa30487831627d3aa32cd227137497f9e.tar.xz
glibc-108c6efaa30487831627d3aa32cd227137497f9e.zip
Update.
	* include/unistd.h: Add __rmdir and __mkdir prototypes.
See ChangeLog.10 for earlier changes.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index ecfcd58183..203a4608d5 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -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