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