* lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
[pspp] / modules / savedir
1 Description:
2 Return the entries of a directory (just the names) as an argz string.
3
4 Files:
5 lib/savedir.h
6 lib/savedir.c
7 m4/savedir.m4
8
9 Depends-on:
10 openat
11 xalloc
12
13 configure.ac:
14 gl_SAVEDIR
15
16 Makefile.am:
17 EXTRA_DIST += savedir.h
18
19 Include:
20 "savedir.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering