autoupdate
[gnulib.git] / modules / chdir-long
1 Description:
2 chdir-like function that tries not to fail due to ENAMETOOLONG
3
4 Files:
5 lib/chdir-long.h
6 lib/chdir-long.c
7 m4/chdir-long.m4
8
9 Depends-on:
10 atexit
11 fchdir
12 fcntl-h
13 openat
14 memchr
15 mempcpy
16 memrchr
17 stdbool
18
19 configure.ac:
20 gl_FUNC_CHDIR_LONG
21
22 Makefile.am:
23
24 Include:
25 "chdir-long.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering