projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229b2a0
)
* MODULES.html.sh (File system functions): Add openat.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 20 Nov 2006 22:07:27 +0000
(22:07 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 20 Nov 2006 22:07:27 +0000
(22:07 +0000)
ChangeLog
patch
|
blob
|
history
MODULES.html.sh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index e7ec6a60dbee5e1de5fcb98df25369dc2322ca4a..f41dcf918760411779fe9ee952ac880ab54401b0 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,
diff --git
a/MODULES.html.sh
b/MODULES.html.sh
index 58c7a44ad5dc3ec26604e06f633924342d1d9ff8..ec3b7d93ab29e81afb1db99ae3e9e72d4ab308f4 100755
(executable)
--- a/
MODULES.html.sh
+++ b/
MODULES.html.sh
@@
-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=$?