openat: fix unlinkat bugs on Solaris 9
[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 dirname
20 errno
21 extensions
22 fchdir
23 fcntl-h
24 fdopendir
25 gettext-h
26 inline
27 intprops
28 lchown
29 lstat
30 openat-die
31 rmdir
32 same-inode
33 save-cwd
34 stdbool
35 sys_stat
36 unistd
37 unlink
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