Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
[gnulib.git] / modules / unistd-safer
index 12ff22f..c5d24c0 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
 
 Files:
 lib/unistd-safer.h
@@ -16,3 +17,6 @@ lib_SOURCES += unistd-safer.h dup-safer.c
 Include:
 "unistd-safer.h"
 
+Maintainer:
+Paul Eggert, Jim Meyering
+