(Depends-on): Add stdbool.
[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 openat
11 mempcpy
12 memrchr
13 stdbool
14
15 configure.ac:
16 gl_FUNC_CHDIR_LONG
17
18 Makefile.am:
19
20 Include:
21 "chdir-long.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering