git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / renameat
blobd370279c455387b5d821cea9df08b46b3c933e86
1 Description:
2 renameat(): rename a file, relative to two directories
4 Files:
5 lib/at-func2.c
6 lib/renameat.c
7 m4/renameat.m4
9 Depends-on:
10 extensions
11 fcntl-h
12 filenamecat-lgpl
13 openat
14 rename
15 same-inode
16 stdio
17 stpcpy
19 configure.ac:
20 gl_FUNC_RENAMEAT
21 gl_STDIO_MODULE_INDICATOR([renameat])
23 Makefile.am:
25 Include:
26 <fcntl.h>
27 <stdio.h>
29 License:
30 GPL
32 Maintainer:
33 Jim Meyering, Eric Blake