diff options
| author | Bruno Haible <bruno@clisp.org> | 2008-10-19 12:47:52 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2008-10-19 12:47:52 +0200 |
| commit | 2cf6b078ffb5955943be20eec0a1d6742b118c5e (patch) | |
| tree | c4e0c192f121d65c81c346744d361fa4421e03e1 /modules/dirfd | |
| parent | cded3d983ba2d3e0c76bc1c721c78333fa31b385 (diff) | |
| download | gnulib-2cf6b078ffb5955943be20eec0a1d6742b118c5e.tar.gz | |
Move the dirfd() declaration to <dirent.h>.
Diffstat (limited to 'modules/dirfd')
| -rw-r--r-- | modules/dirfd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/dirfd b/modules/dirfd index 6769a7740f..25450bd6e4 100644 --- a/modules/dirfd +++ b/modules/dirfd @@ -2,19 +2,21 @@ Description: Retrieving the file descriptor of an open directory stream. (Unportable.) Files: -lib/dirfd.h lib/dirfd.c m4/dirfd.m4 Depends-on: +dirent +extensions configure.ac: gl_FUNC_DIRFD +gl_DIRENT_MODULE_INDICATOR([dirfd]) Makefile.am: Include: -"dirfd.h" +<dirent.h> License: LGPLv2+ |
