test-perror: check for strerror interactions
[pspp] / modules / strpbrk
index 1222c00b942b5b29a99aac3db235faf0632546f1..f0f1a858a9abc8e687369e0e4565b86b57a4230d 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 strpbrk() function: search a string for any of a set of characters.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strpbrk.c
 m4/strpbrk.m4
@@ -10,6 +16,7 @@ string
 
 configure.ac:
 gl_FUNC_STRPBRK
+gl_STRING_MODULE_INDICATOR([strpbrk])
 
 Makefile.am:
 
@@ -17,7 +24,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc