summaryrefslogtreecommitdiff
path: root/modules/renameat
diff options
context:
space:
mode:
Diffstat (limited to 'modules/renameat')
-rw-r--r--modules/renameat33
1 files changed, 33 insertions, 0 deletions
diff --git a/modules/renameat b/modules/renameat
new file mode 100644
index 0000000000..efe4a0f7f9
--- /dev/null
+++ b/modules/renameat
@@ -0,0 +1,33 @@
+Description:
+renameat(): rename a file, relative to two directories
+
+Files:
+lib/at-func2.c
+lib/renameat.c
+m4/renameat.m4
+
+Depends-on:
+extensions
+fcntl-h
+filenamecat
+openat
+rename
+same-inode
+stdio
+stpcpy
+
+configure.ac:
+gl_FUNC_RENAMEAT
+gl_STDIO_MODULE_INDICATOR([renameat])
+
+Makefile.am:
+
+Include:
+<fcntl.h>
+<stdio.h>
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering, Eric Blake