Mark 'atexit' obsolete.
[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
13 openat
14 mempcpy
15 memrchr
16 stdbool
17
18 configure.ac:
19 gl_FUNC_CHDIR_LONG
20
21 Makefile.am:
22
23 Include:
24 "chdir-long.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering