projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2e322
)
(gl_futimens): Rename from futimens, now that glibc-2.6 declares futimens.
author
Jim Meyering
<jim@meyering.net>
Sun, 20 May 2007 08:44:37 +0000
(08:44 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 20 May 2007 08:44:37 +0000
(08:44 +0000)
ChangeLog
patch
|
blob
|
history
lib/utimens.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 7bcfbb495156771eb45dc88bc5045fd572da7de4..6f723bc07325a7c25c5fac5d9d169f7b5ce915c8 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-86,6
+86,7
@@
* lib/utimens.c (gl_futimens): Rename from futimens,
now that glibc-2.6 declares futimens.
+ * lib/utimens.h: Likewise.
2007-05-19 Bruno Haible <bruno@clisp.org>
diff --git
a/lib/utimens.h
b/lib/utimens.h
index 0097aaaf7524d00906674963c7c1a7905e457a08..169521da73ac357719dc00032aed6e38d2883450 100644
(file)
--- a/
lib/utimens.h
+++ b/
lib/utimens.h
@@
-1,3
+1,3
@@
#include <time.h>
-int futimens (int, char const *, struct timespec const [2]);
+int
gl_
futimens (int, char const *, struct timespec const [2]);
int utimens (char const *, struct timespec const [2]);