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