ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / backupfile
blob429faa6bf3b6b4af02fb21c656bb1d4ba7a1e7f4
1 Description:
2 Determine the name of a backup file.
4 Files:
5 lib/backup-internal.h
6 lib/backup-find.c
7 lib/backupfile.c
8 lib/backupfile.h
9 m4/backupfile.m4
11 Depends-on:
12 argmatch
13 closedir
14 d-ino
15 dirent-safer
16 dirname-lgpl
17 fcntl
18 memcmp
19 opendirat
20 readdir
21 renameatu
22 stdbool
23 stdint
24 xalloc
25 xalloc-oversized
27 configure.ac:
28 gl_BACKUPFILE
30 Makefile.am:
31 lib_SOURCES += backupfile.c backup-find.c
33 Include:
34 "backupfile.h"
36 License:
37 GPL
39 Maintainer:
40 Paul Eggert, Jim Meyering