ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / renameat
blob48b32c3692d52abdbf381514913f04efd5f24dd8
1 Description:
2 renameat() function: rename a file, relative to two directories
4 Files:
5 lib/renameat.c
6 m4/renameat.m4
8 Depends-on:
9 renameatu        [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
11 configure.ac:
12 gl_FUNC_RENAMEAT
13 if test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1; then
14   AC_LIBOBJ([renameat])
16 if test $HAVE_RENAMEAT = 0; then
17   AC_LIBOBJ([at-func2])
19 gl_STDIO_MODULE_INDICATOR([renameat])
21 Makefile.am:
23 Include:
24 <stdio.h>
26 License:
27 GPL
29 Maintainer:
30 Jim Meyering, Eric Blake