($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new entry.
authorKarl Berry <karl@freefriends.org>
Mon, 25 Nov 2002 14:24:39 +0000 (14:24 +0000)
committerKarl Berry <karl@freefriends.org>
Mon, 25 Nov 2002 14:24:39 +0000 (14:24 +0000)
config/srclist.txt

index bcd0d227e516bd22087e4dde55839d56fd4be726..2d8ccb4ca7675a8f269298095e842c15af33ab3b 100644 (file)
@@ -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 @@ $GNUORG/fdl.texi            doc
 
 $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.