2007-05-26 Bruno Haible <bruno@clisp.org>
[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 fchdir
11 fcntl
12 openat
13 mempcpy
14 memrchr
15 stdbool
16
17 configure.ac:
18 gl_FUNC_CHDIR_LONG
19
20 Makefile.am:
21
22 Include:
23 "chdir-long.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering