X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistd-safer;h=4f167e4b240072633773df27e556b16e441a0258;hb=77f269d576ef80619fe96e4920df7515447abf89;hp=c5d24c06f54f899170497cc9584d262444c3aee7;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/unistd-safer b/modules/unistd-safer index c5d24c06f..4f167e4b2 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -2,8 +2,11 @@ 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: @@ -12,11 +15,12 @@ configure.ac: gl_UNISTD_SAFER Makefile.am: -lib_SOURCES += unistd-safer.h dup-safer.c Include: "unistd-safer.h" +License: +GPL + Maintainer: Paul Eggert, Jim Meyering -