libc sources rearranged
authorKarl Berry <karl@freefriends.org>
Tue, 27 Dec 2005 14:33:38 +0000 (14:33 +0000)
committerKarl Berry <karl@freefriends.org>
Tue, 27 Dec 2005 14:33:38 +0000 (14:33 +0000)
config/srclist.txt

index ec1b3b9..e613fd3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.109 2005-10-14 23:23:50 eggert Exp $
+# $Id: srclist.txt,v 1.110 2005-12-27 14:33:38 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -179,10 +179,10 @@ $LIBCSRC/stdlib/getsubopt.c               lib gpl
 #$LIBCSRC/posix/regexec.c              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/strtok_r.c    lib gpl
-$LIBCSRC/sysdeps/generic/memmem.c      lib gpl
+$LIBCSRC/stdlib/strtoll.c              lib gpl
+$LIBCSRC/stdlib/strtoul.c              lib gpl
+$LIBCSRC/string/strtok_r.c             lib gpl
+$LIBCSRC/string/memmem.c               lib gpl
 $LIBCSRC/time/mktime.c                 lib gpl
 
 #