eb08151d63cf1d6481faad615581e14411646afc
[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 stdlib
19
20 configure.ac:
21 gl_FUNC_CHDIR_LONG
22
23 Makefile.am:
24
25 Include:
26 "chdir-long.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering