abort-debug: Don't assume that signal SIGABRT is unmasked and unhandled.
[gnulib.git] / modules / renameatu
blob3fc68a91dc3bbca488de141171f27e83f8c20b89
1 Description:
2 renameatu() function: rename a file, relative to two dirs, with unsigned flag
4 Files:
5 lib/at-func2.c
6 lib/renameatu.c
7 lib/renameatu.h
8 m4/renameat.m4
10 Depends-on:
11 stdio
12 extensions
13 fcntl-h
14 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 openat-h         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
16 fstatat          [test $REPLACE_RENAMEAT = 1]
17 readlinkat       [test $REPLACE_RENAMEAT = 1]
18 stdbool          [test $REPLACE_RENAMEAT = 1]
19 at-internal      [test $HAVE_RENAMEAT = 0]
20 filename         [test $HAVE_RENAMEAT = 0]
21 fstat            [test $HAVE_RENAMEAT = 0]
22 getcwd-lgpl      [test $HAVE_RENAMEAT = 0]
23 openat-die       [test $HAVE_RENAMEAT = 0]
24 rename           [test $HAVE_RENAMEAT = 0]
25 same-inode       [test $HAVE_RENAMEAT = 0]
26 save-cwd         [test $HAVE_RENAMEAT = 0]
27 stat             [test $HAVE_RENAMEAT = 0]
29 configure.ac:
30 gl_FUNC_RENAMEAT
31 if test $HAVE_RENAMEAT = 0; then
32   AC_LIBOBJ([at-func2])
35 Makefile.am:
36 lib_SOURCES += renameatu.c
38 Include:
39 "renameatu.h"
41 License:
42 GPL
44 Maintainer:
45 Jim Meyering, Eric Blake