Mark 'rmdir' obsolete.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 16:47:18 +0000 (17:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 16:47:18 +0000 (17:47 +0100)
ChangeLog
modules/clean-temp
modules/openat
modules/rmdir

index 05226a4..a1f4270 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-11-02  Bruno Haible  <bruno@clisp.org>
 
+       Mark 'rmdir' obsolete.
+       * modules/rmdir (Status, Notice): New sections.
+       * modules/clean-temp (Depends-on): Add rmdir.
+       * modules/openat (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
        Mark 'raise' obsolete.
        * modules/raise (Status, Notice): New sections.
        (Include): Specify <signal.h>.
index a2e55f2..b16a33e 100644 (file)
@@ -14,6 +14,7 @@ open
 pathmax
 tmpdir
 mkdtemp
+rmdir
 xalloc
 xmalloca
 linkedhash-list
index 27806e9..f0c70b1 100644 (file)
@@ -22,6 +22,7 @@ intprops
 lchown
 lstat
 openat-die
+rmdir
 same-inode
 save-cwd
 stdbool
index 0367381..ead58f2 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 rmdir() function: delete a directory.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/rmdir.c
 m4/rmdir.m4