X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistd-safer;h=2d195ecd12c2e0c8e99b41afd48dbac8f3c298b2;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=a3146bce4255d31b2fff5c12143f9967f4ae515a;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/unistd-safer b/modules/unistd-safer index a3146bce4..2d195ecd1 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -2,18 +2,28 @@ Description: File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO. Files: -lib/unistd-safer.h +lib/unistd--.h lib/dup-safer.c +lib/fd-safer.c +lib/pipe-safer.c +lib/unistd-safer.h m4/unistd-safer.m4 Depends-on: +fcntl +unistd configure.ac: gl_UNISTD_SAFER Makefile.am: -lib_SOURCES += unistd-safer.h dup-safer.c +lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c Include: "unistd-safer.h" +License: +GPL + +Maintainer: +Paul Eggert, Jim Meyering