X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffcntl;h=67630f9f011812277017a82acfaff2b12bf2fcb2;hb=7dd6551404efff84abc69c3795dbe125cd13ebbd;hp=1107cac0b938288cf6c9d00091c048d3285a776b;hpb=6a9b156fdf9c71c0bbc8bb0b3aa0262df5674dda;p=gnulib.git diff --git a/modules/fcntl b/modules/fcntl index 1107cac0b..67630f9f0 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -1,12 +1,19 @@ Description: -Placeholder for eventual fcntl() replacement. +Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD. Files: +m4/fcntl.m4 +lib/fcntl.c Depends-on: +dup2 fcntl-h +getdtablesize +extensions configure.ac: +gl_FUNC_FCNTL +gl_FCNTL_MODULE_INDICATOR([fcntl]) Makefile.am: @@ -14,7 +21,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Eric Blake