changeset 7678:1757949a7c72

* MODULES.html.sh (File system functions): Add openat.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 20 Nov 2006 22:07:27 +0000
parents 5617bb70e723
children 585bd9712fc1
files ChangeLog MODULES.html.sh
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1992,6 +1992,7 @@
   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_module uptime
   func_end_table
 }
- 
+
 
 func_tmpdir
 trap 'exit_status=$?