unistr/u*-strchr: add tests
[gnulib.git] / modules / safe-read
index 0d356a6..533d83b 100644 (file)
@@ -1,26 +1,24 @@
 Description:
-An interface to read() that retries after interrupts.
+An interface to the read() function that retries after interrupts.
 
 Files:
 lib/safe-read.h
 lib/safe-read.c
 m4/safe-read.m4
-m4/ssize_t.m4
 
 Depends-on:
+ssize_t
 
 configure.ac:
 gl_SAFE_READ
 
 Makefile.am:
-lib_SOURCES += safe-read.h safe-read.c
 
 Include:
 "safe-read.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, Bruno Haible
-