NEWS.stable: update and finalise
[gnulib.git] / modules / openat
1 Description:
2 Open a file at a directory.
3
4 Files:
5 lib/at-func.c
6 lib/fchmodat.c
7 lib/fchownat.c
8 lib/fstatat.c
9 lib/mkdirat.c
10 lib/openat.c
11 lib/openat.h
12 lib/openat-priv.h
13 lib/openat-proc.c
14 lib/unlinkat.c
15 m4/openat.m4
16 m4/mode_t.m4
17
18 Depends-on:
19 dosname
20 errno
21 extensions
22 fchdir
23 fcntl-h
24 fdopendir
25 gettext-h
26 intprops
27 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
28 lstat
29 mkdir           [test $HAVE_MKDIRAT = 0]
30 open
31 openat-die
32 rmdir           [test $REPLACE_UNLINKAT = 1]
33 save-cwd
34 stdbool
35 sys_stat
36 unistd
37 unlink          [test $REPLACE_UNLINKAT = 1]
38
39 configure.ac:
40 gl_FUNC_OPENAT
41
42 Makefile.am:
43
44 Include:
45 <fcntl.h>
46 <sys/stat.h>
47 <unistd.h>
48 "openat.h"
49
50 License:
51 GPL
52
53 Maintainer:
54 Jim Meyering, Eric Blake