openat: provide more convenience names
[pspp] / modules / strtok_r
index 92aa8eb91d0376760bafb0a6a89ccd992fdc38d8..f638baab553bfc00c139f9369968c9a2b82d3af9 100644 (file)
@@ -3,20 +3,20 @@ strtok_r() function: split string into tokens, thread safe.
 
 Files:
 lib/strtok_r.c
-lib/strtok_r.h
 m4/strtok_r.m4
 
 Depends-on:
-restrict
+string
+strpbrk
 
 configure.ac:
 gl_FUNC_STRTOK_R
+gl_STRING_MODULE_INDICATOR([strtok_r])
 
 Makefile.am:
-lib_SOURCES += strtok_r.h
 
 Include:
-"strtok_r.h"
+<string.h>
 
 License:
 LGPL