X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdirfd;h=8410f38d72be2cef2182183ddd6f0fbcf3ebc3d6;hb=8a1f6249804a216743e8413158725145884d921b;hp=39dd6c3e5f2e97d95d373b6ec8e36a165c55f168;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/dirfd b/modules/dirfd index 39dd6c3e5..8410f38d7 100644 --- a/modules/dirfd +++ b/modules/dirfd @@ -1,18 +1,26 @@ 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 +errno [test $ac_cv_have_decl_dirfd = no || test $REPLACE_DIRFD = 1] configure.ac: -UTILS_FUNC_DIRFD +gl_FUNC_DIRFD +gl_DIRENT_MODULE_INDICATOR([dirfd]) Makefile.am: -lib_SOURCES += dirfd.h Include: -"dirfd.h" + +License: +LGPLv2+ + +Maintainer: +Jim Meyering