X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffcntl;h=67630f9f011812277017a82acfaff2b12bf2fcb2;hb=9a29c4d601c340a8329954974386bb3dc7f1ea4d;hp=a63c4e387a8286d3cb588a0b42fa409de78120f3;hpb=1786a4159d6a904f76ba4148b04a75a75072c297;p=gnulib.git diff --git a/modules/fcntl b/modules/fcntl index a63c4e387..67630f9f0 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -1,20 +1,27 @@ 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: Include: -#include + License: -LGPL +LGPLv2+ Maintainer: Eric Blake