From: Simon Josefsson Date: Mon, 4 Oct 2004 13:29:13 +0000 (+0000) Subject: Add memmem. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d75d127a62346efbf29837e02386d3eeed5a10;p=pspp Add memmem. --- diff --git a/config/srclist.txt b/config/srclist.txt index e4721c64a0..f69715939d 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.47 2004-10-04 12:43:45 karl Exp $ +# $Id: srclist.txt,v 1.48 2004-10-04 13:29:13 jas Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -97,6 +97,7 @@ $LIBCSRC/posix/getopt_int.h lib gpl # c89 changes $LIBCSRC/string/strdup.c lib gpl $LIBCSRC/sysdeps/generic/strtoll.c lib gpl $LIBCSRC/sysdeps/generic/strtoul.c lib gpl +$LIBCSRC/sysdeps/generic/memmem.c lib gpl # # These are close, but ... #$LIBCSRC/crypt/md5.c lib gpl