X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistd-safer;h=2d195ecd12c2e0c8e99b41afd48dbac8f3c298b2;hb=d16d5a56e1c99790c2452c66906760ac1109d013;hp=26fa9248517c58384f5f6ba043eada75ac4865cb;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/unistd-safer b/modules/unistd-safer index 26fa92485..2d195ecd1 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -2,17 +2,22 @@ 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" @@ -22,4 +27,3 @@ GPL Maintainer: Paul Eggert, Jim Meyering -