summaryrefslogtreecommitdiff
path: root/tests/test-futimens.h
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 15:08:29 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 15:08:44 -0600
commit89b0db35db10a8beccaf83909c7f62f127fb5821 (patch)
tree716c39ed6294c0c0765d130b8ab01fcfabf89bd8 /tests/test-futimens.h
parent025fae6d61b82020179feb5c72d3747f1ce351c4 (diff)
downloadgnulib-89b0db35db10a8beccaf83909c7f62f127fb5821.tar.gz
fdutimens, fdutimensat: update signature, again
In general, merging: f<act>(fd,args) and <act>at(dir,name,args) should produce: fd<act>at(fd,dir,name,args) * lib/utimens.h (gl_futimens): Delete, and move signature... (fdutimens): ...here. (fdutimensat): Rearrange signature. (lutimensat): Rename variable for clarity. * lib/fdutimensat.c (fdutimensat): Update signature. * lib/utimens.c (fdutimens): Likewise. (gl_futimens): Delete. (utimens, lutimens): Update callers. * lib/futimens.c (futimens): Likewise. * tests/test-fdutimensat.c: Likewise. * tests/test-utimens.c: Likewise. * tests/test-futimens.h: Update comment. * NEWS: Mention this. Suggested by Paul Eggert. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/test-futimens.h')
-rw-r--r--tests/test-futimens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-futimens.h b/tests/test-futimens.h
index 97c7acddcb..ab86ae2171 100644
--- a/tests/test-futimens.h
+++ b/tests/test-futimens.h
@@ -16,7 +16,7 @@
#include "test-utimens-common.h"
-/* This file is designed to test both gl_futimens(a,NULL,b) and
+/* This file is designed to test both fdutimens(a,NULL,b) and
futimens(a,b). FUNC is the function to test. Assumes that BASE
and ASSERT are already defined. If PRINT, warn before skipping
tests with status 77. */