* lib/getcwd.c (__getcwd): Undo previous change; it mishandled
[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-die.c
13 lib/openat-priv.h
14 lib/openat-proc.c
15 m4/openat.m4
16
17 Depends-on:
18 dirname
19 extensions
20 gettext-h
21 intprops
22 lchown
23 lstat
24 same-inode
25 save-cwd
26 stdbool
27
28 configure.ac:
29 gl_FUNC_OPENAT
30
31 Makefile.am:
32
33 Include:
34 "openat.h"
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering