summaryrefslogtreecommitdiff
path: root/modules/at-internal
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-05 20:34:55 +0100
committerBruno Haible <bruno@clisp.org>2011-11-05 20:34:55 +0100
commit667561d720dd1e22b51fe5d308a8f94d49d46b85 (patch)
tree1c4c1e00caa4cf81c772af760c646277366dbe46 /modules/at-internal
parentbc1c14f003edbadde570d0322433b6b961205340 (diff)
downloadgnulib-667561d720dd1e22b51fe5d308a8f94d49d46b85.tar.gz
New modules 'at-internal', 'openat-h', split off from module 'openat'.
* modules/at-internal: New file, extracted from modules/openat. * modules/openat-h: New file.
Diffstat (limited to 'modules/at-internal')
-rw-r--r--modules/at-internal28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/at-internal b/modules/at-internal
new file mode 100644
index 0000000000..524750b655
--- /dev/null
+++ b/modules/at-internal
@@ -0,0 +1,28 @@
+Description:
+Internal functions for dealing with files relative to a directory.
+
+Files:
+lib/openat-priv.h
+lib/openat-proc.c
+
+Depends-on:
+errno
+fcntl-h
+intprops
+open
+sys_stat
+unistd
+
+configure.ac:
+AC_LIBOBJ([openat-proc])
+
+Makefile.am:
+
+Include:
+"openat-priv.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering, Eric Blake