summaryrefslogtreecommitdiff
path: root/modules/at-internal
diff options
context:
space:
mode:
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