1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

Move the dirfd() declaration to <dirent.h>.

This commit is contained in:
Bruno Haible
2008-10-19 12:47:52 +02:00
parent cded3d983b
commit 2cf6b078ff
13 changed files with 76 additions and 47 deletions

View File

@@ -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+