* MODULES.html.sh (File system functions): Add openat.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Nov 2006 22:07:27 +0000 (22:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Nov 2006 22:07:27 +0000 (22:07 +0000)
ChangeLog
MODULES.html.sh

index e7ec6a6..f41dcf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * MODULES.html.sh (File system functions): Add openat.
+
        * lib/openat.h (rpl_fstatat): New macro, if
        [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
        (fstatat): Define to rpl_fstatat under the same conditions,
index 58c7a44..ec3b7d9 100755 (executable)
@@ -1992,6 +1992,7 @@ func_all_modules ()
   func_module mkdir-p
   func_module modechange
   func_module mountlist
+  func_module openat
   func_module pathname
   func_module pathmax
   func_module same
@@ -2237,7 +2238,7 @@ func_all_modules ()
   func_module uptime
   func_end_table
 }
+
 
 func_tmpdir
 trap 'exit_status=$?