# HG changeset patch # User Karl Berry # Date 1038234279 0 # Node ID 26b4b0404ddd272c7509305498a37161ddd89001 # Parent 55d7d088d0b8f0c1aa5b37ae3bc3d1201604b8ff ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new entry. diff --git a/config/srclist.txt b/config/srclist.txt --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.7 2002-11-25 00:19:45 karl Exp $ +# $Id: srclist.txt,v 1.8 2002-11-25 14:24:39 karl Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -20,12 +20,13 @@ $GETTEXT/gettext.h lib # -#$LIBCSRC/malloc/obstack.c lib gpl +$LIBCSRC/sysdeps/generic/strtoll.c lib gpl +#$LIBCSRC/malloc/obstack.c lib gpl #$LIBCSRC/posix/getopt.c lib gpl -$LIBCSRC/posix/getopt.h lib gpl -$LIBCSRC/posix/getopt1.c lib gpl -$LIBCSRC/posix/regex.h lib gpl -#$LIBCSRC/string/strdup.c lib gpl +$LIBCSRC/posix/getopt.h lib gpl +$LIBCSRC/posix/getopt1.c lib gpl +$LIBCSRC/posix/regex.h lib gpl +#$LIBCSRC/string/strdup.c lib gpl # # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they # are totally different implementations.