X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistd-safer;h=2d195ecd12c2e0c8e99b41afd48dbac8f3c298b2;hb=e03145b987e919c32e53b9e422a7faead347642c;hp=c5d24c06f54f899170497cc9584d262444c3aee7;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/unistd-safer b/modules/unistd-safer index c5d24c06f..2d195ecd1 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -2,21 +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 -