Merge branch 'upstream' into stable
[gnulib.git] / modules / renameat
1 Description:
2 renameat() function: rename a file, relative to two directories
3
4 Files:
5 lib/at-func2.c
6 lib/renameat.c
7 m4/renameat.m4
8
9 Depends-on:
10 stdio
11 extensions
12 fcntl-h
13 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
14 getcwd-lgpl      [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 openat           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
16 rename           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
17 same-inode       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
18 stpcpy           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
19
20 configure.ac:
21 gl_FUNC_RENAMEAT
22 gl_STDIO_MODULE_INDICATOR([renameat])
23
24 Makefile.am:
25
26 Include:
27 <fcntl.h>
28 <stdio.h>
29
30 License:
31 GPL
32
33 Maintainer:
34 Jim Meyering, Eric Blake