summaryrefslogtreecommitdiff
path: root/modules/fcntl-h-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-21 08:26:40 -0600
committerEric Blake <ebb9@byu.net>2009-08-22 21:19:15 -0600
commit1786a4159d6a904f76ba4148b04a75a75072c297 (patch)
tree908e67eb2b0194e8c0829cd1ed294a2ee99e1c18 /modules/fcntl-h-tests
parent6397686ef1529ec95b5874729d024da91dc21003 (diff)
downloadgnulib-1786a4159d6a904f76ba4148b04a75a75072c297.tar.gz
fcntl-h: rename from fcntl, in preparation for fcntl(2)
* modules/fcntl: Move <fcntl.h> header replacement... * modules/fcntl-h: ...to new name, so as not to collide with like-named function. * tests/test-fcntl.c: Rename... * tests/test-fcntl-h.c: ...to this. Test FD_CLOEXEC. * modules/fcntl-tests: Rename... * modules/fcntl-h-tests: ...to this. Update test file name. * modules/chdir-long (Depends-on): Update clients. * modules/chdir-safer (Depends-on): Likewise. * modules/fcntl-safer (Depends-on): Likewise. * modules/fts (Depends-on): Likewise. * modules/mkancesdirs (Depends-on): Likewise. * modules/mkdir-p (Depends-on): Likewise. * modules/open (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise. * MODULES.html.sh (systems lacking POSIX:2008): Update name. * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/fcntl-h-tests')
-rw-r--r--modules/fcntl-h-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/fcntl-h-tests b/modules/fcntl-h-tests
new file mode 100644
index 0000000000..f0cf17364e
--- /dev/null
+++ b/modules/fcntl-h-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-fcntl-h.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-fcntl-h
+check_PROGRAMS += test-fcntl-h
+
+License:
+LGPL