NEWS.stable: log cherry-pick [06c2675]->[1138b90] stdlib: support non-GCC __attribute__
[gnulib.git] / modules / memmem
index a6b7b93..8dea893 100644 (file)
@@ -1,12 +1,10 @@
 Description:
-memmem() function: locate first substring in a buffer.
+memmem() function: efficiently locate first substring in a buffer.
 
 Files:
-lib/memmem.h
-lib/memmem.c
-m4/memmem.m4
 
 Depends-on:
+memmem-simple
 
 configure.ac:
 gl_FUNC_MEMMEM
@@ -14,10 +12,10 @@ gl_FUNC_MEMMEM
 Makefile.am:
 
 Include:
-"memmem.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-libc, Simon Josefsson
+libc, Eric Blake