]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 Jan 2001 01:01:31 +0000 (01:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 Jan 2001 01:01:31 +0000 (01:01 +0000)
2001-01-04  Ulrich Drepper  <drepper@redhat.com>

* Versions.def (ld): Add GLIBC_2.2.

* catgets/gencat.c: Copyright 2001.
* csu/version.c: Likewise.
* debug/catchsegv.sh: Likewise.
* debug/xtrace.sh: Likewise.
* elf/ldconfig.c: Likewise.
* elf/sprof.c: Likewise.
* iconv/iconv_prog.c: Likewise.
* locale/locale.c: Likewise.
* locale/localedef.c: Likewise.
* malloc/memusage.sh: Likewise.
* malloc/mtrace.pl: Likewise.
* nscd/nscd.c: Likewise.
* posix/getconf.c: Likewise.

2001-01-04  Mark Kettenis  <kettenis@gnu.org>

* include/stdio.h: Only provide __getwc_unlocked prototype if
USE_IN_LIBIO is defined.

2001-01-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/socket.S (__socket): Fix error code
handling.

2001-01-03  Andreas Schwab  <schwab@suse.de>

* sysdeps/generic/strtoll.c: Remove unused __strtoq_internal alias.
* sysdeps/generic/strtoull.c: Remove unused __strtouq_internal alias.

* sysdeps/wordsize-64/strtol.c: Add strtoq alias and fix strtoll alias.
* sysdeps/wordsize-64/strtoul.c: Add strtouq alias and fix
strtoull alias.
* sysdeps/wordsize-64/wcstol.c: Add wcstoq alias and fix wcstoll alias.
* sysdeps/wordsize-64/wcstoul.c: Add wcstouq alias and fix
wcstoull alias.

* sysdeps/generic/strtoul.c: Make sure we find strtol.c in this
directory.
* sysdeps/generic/strtol_l.c: Likewise.
* sysdeps/generic/strtoul_l.c: Likewise.
* sysdeps/generic/wcstoul.c: Likewise, for wcstol.c.

* sysdeps/wordsize-64/strtol_l.c: Fix alias.
* sysdeps/wordsize-64/strtoul_l.c: Likewise.
* sysdeps/wordsize-64/wcstol_l.c: Fix alias.
* sysdeps/wordsize-64/wcstoul_l.c: Likewise.

30 files changed:
ChangeLog
Versions.def
catgets/gencat.c
csu/version.c
debug/catchsegv.sh
debug/xtrace.sh
elf/ldconfig.c
elf/sprof.c
iconv/iconv_prog.c
include/stdio.h
locale/programs/locale.c
locale/programs/localedef.c
malloc/memusage.sh
malloc/mtrace.pl
nscd/nscd.c
posix/getconf.c
sysdeps/generic/strtol_l.c
sysdeps/generic/strtoll.c
sysdeps/generic/strtoul.c
sysdeps/generic/strtoul_l.c
sysdeps/generic/strtoull.c
sysdeps/generic/wcstol_l.c
sysdeps/wordsize-64/strtol.c
sysdeps/wordsize-64/strtol_l.c
sysdeps/wordsize-64/strtoul.c
sysdeps/wordsize-64/strtoul_l.c
sysdeps/wordsize-64/wcstol.c
sysdeps/wordsize-64/wcstol_l.c
sysdeps/wordsize-64/wcstoul.c
sysdeps/wordsize-64/wcstoul_l.c

index 5c0634e52ae51f2e6211ecb4d716bb0cb2821028..122e1dc7962e47ed286a70c864d4fb46432608f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2001-01-04  Ulrich Drepper  <drepper@redhat.com>
+
+       * Versions.def (ld): Add GLIBC_2.2.
+
+       * catgets/gencat.c: Copyright 2001.
+       * csu/version.c: Likewise.
+       * debug/catchsegv.sh: Likewise.
+       * debug/xtrace.sh: Likewise.
+       * elf/ldconfig.c: Likewise.
+       * elf/sprof.c: Likewise.
+       * iconv/iconv_prog.c: Likewise.
+       * locale/locale.c: Likewise.
+       * locale/localedef.c: Likewise.
+       * malloc/memusage.sh: Likewise.
+       * malloc/mtrace.pl: Likewise.
+       * nscd/nscd.c: Likewise.
+       * posix/getconf.c: Likewise.
+
+2001-01-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * include/stdio.h: Only provide __getwc_unlocked prototype if
+       USE_IN_LIBIO is defined.
+
+2001-01-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Fix error code
+       handling.
+
+2001-01-03  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/generic/strtoll.c: Remove unused __strtoq_internal alias.
+       * sysdeps/generic/strtoull.c: Remove unused __strtouq_internal alias.
+
+       * sysdeps/wordsize-64/strtol.c: Add strtoq alias and fix strtoll alias.
+       * sysdeps/wordsize-64/strtoul.c: Add strtouq alias and fix
+       strtoull alias.
+       * sysdeps/wordsize-64/wcstol.c: Add wcstoq alias and fix wcstoll alias.
+       * sysdeps/wordsize-64/wcstoul.c: Add wcstouq alias and fix
+       wcstoull alias.
+
+       * sysdeps/generic/strtoul.c: Make sure we find strtol.c in this
+       directory.
+       * sysdeps/generic/strtol_l.c: Likewise.
+       * sysdeps/generic/strtoul_l.c: Likewise.
+       * sysdeps/generic/wcstoul.c: Likewise, for wcstol.c.
+
+       * sysdeps/wordsize-64/strtol_l.c: Fix alias.
+       * sysdeps/wordsize-64/strtoul_l.c: Likewise.
+       * sysdeps/wordsize-64/wcstol_l.c: Fix alias.
+       * sysdeps/wordsize-64/wcstoul_l.c: Likewise.
+
 2001-01-04  Andreas Jaeger  <aj@suse.de>
 
        * nss/nsswitch.c: Include files for missing prototypes, remove
index 2ab35e93d056ba068129d3ac1eed7e71e7af2601..a57ec50477e56d30326cb7c047afccaf05750e1c 100644 (file)
@@ -85,6 +85,7 @@ ld {
   GLIBC_2.0
   GLIBC_2.1
   GLIBC_2.1.1
+  GLIBC_2.2
 }
 libthread_db {
   GLIBC_2.1.3
index 43988e7cc8eec925eb57a68b15ada058429cbcfa..60af70b52b2a2195b02b048068fc47ed546a24f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996-1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 1996.
 
@@ -247,7 +247,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2000");
+"), "2001");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index a3af346a683cbc89c4dee27602c7320d8b252b5d..c7968c9d703b8e8ecb10b700a287b9f4ad16f023 100644 (file)
@@ -24,7 +24,7 @@ static const char __libc_version[] = VERSION;
 
 static const char banner[] =
 "GNU C Library "RELEASE" release version "VERSION", by Roland McGrath et al.\n\
-Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.\n\
+Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n\
index 0e8c36cbdd2eeb41da950758f1d3b8570ad217fe..56f19c4615b0f943e6a3728c502f2903adef28e0 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -39,7 +39,7 @@ if test $# -eq 0; then
       ;;
     --v | --ve | --ver | --vers | --versi | --versio | --version)
       echo 'catchsegv (GNU libc) @VERSION@'
-      echo 'Copyright (C) 1999 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2001 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 Written by Ulrich Drepper.'
index 7faf85b091a4939552e64739e3b636c6131b0962..3c7c7fe5f7c6ac8c102791e2d7a825a8c11ba64f 100755 (executable)
@@ -1,5 +1,5 @@
 #! @BASH@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2001 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@gnu.org>, 1999.
 
@@ -53,7 +53,7 @@ Report bugs using the \`glibcbug' script to <bugs@gnu.org>."
 
 do_version() {
   echo 'xtrace (GNU libc) @VERSION@'
-  echo $"Copyright (C) 1999 Free Software Foundation, Inc.
+  echo $"Copyright (C) 2001 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 Written by Ulrich Drepper."
index 9ee5a7d4848711fa6164ce7392331c050ab19ef1..f3f51e3b5e12d4040dde02ccef0df30e9c837b14 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
 
@@ -265,7 +265,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2000");
+"), "2001");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Andreas Jaeger");
 }
index a4de9f4fe58c459b7b942ec70ec34d32d01c487e..2dccf8f4edf7ef6813e6227b08d96a3ec876570a 100644 (file)
@@ -1,5 +1,5 @@
 /* Read and display shared object profiling data.
-   Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -357,7 +357,7 @@ Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-          "2000");
+          "2001");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 1470721893feef74ac86ed66c2e0ddf86220568b..644b15b2e09649b14df1eaeea4ef99c70f5de57e 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert text in given files from the specified from-set to the to-set.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -352,7 +352,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2000");
+"), "2001");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index e4ae35333d81c7019ed9e231c1ccdf3c211ac984..4fe3bb03eb4fd56fe12e5559b8c6e0fe42690723 100644 (file)
@@ -66,7 +66,9 @@ extern void __funlockfile (FILE *__stream);
 extern int __ftrylockfile (FILE *__stream);
 
 extern int __getc_unlocked (FILE *__fp);
+#  ifdef USE_IN_LIBIO
 extern wint_t __getwc_unlocked (FILE *__fp);
+#  endif
 
 
 # endif
index 823be8d8fe8e650e14a03c48ad76c69bebe7933c..c8734b846f8af47c86074112250373927c0ad099 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the locale program according to POSIX 9945-2.
-   Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
 
@@ -270,7 +270,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2000");
+"), "2001");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 0a60d5c209817a6a2077efb73b22e82bc400684f..197e61ebf689e087267e4b3e1217b3eda6fbd3f9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
 
@@ -312,7 +312,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2000");
+"), "2001");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 744991ff0206e546da6597b13a4ca9feb46d8fd8..70595e8b789cca15e3ce9a36fee37bc48242a19c 100755 (executable)
@@ -1,5 +1,5 @@
 #! @BASH@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@gnu.org>, 1999.
 
@@ -65,7 +65,7 @@ Report bugs using the \`glibcbug' script to <bugs@gnu.org>."
 
 do_version() {
   echo 'memusage (GNU libc) @VERSION@'
-  echo $"Copyright (C) 2000 Free Software Foundation, Inc.
+  echo $"Copyright (C) 2001 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 Written by Ulrich Drepper."
index 8be50f466e8d34c54136215d2d7f87641b9a1b02..8647a693d6512dbbcac82af4768dbd4991449141 100644 (file)
@@ -1,7 +1,7 @@
 #! @PERL@
 eval "exec @PERL@ -S $0 $*"
     if 0;
-# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@gnu.org>, 1997.
 # Based on the mtrace.awk script.
@@ -44,7 +44,7 @@ arglist: while (@ARGV) {
        $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
        $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
        print "mtrace (GNU $PACKAGE) $VERSION\n";
-       print "Copyright (C) 1999 Free Software Foundation, Inc.\n";
+       print "Copyright (C) 2001 Free Software Foundation, Inc.\n";
        print "This is free software; see the source for copying conditions.  There is NO\n";
        print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
        print "Written by Ulrich Drepper <drepper\@gnu.org>\n";
index 409f9c1f1c275c274a022b66dd97e8587ef52e67..a67da746d6a83eedee12e79c39eea2b01a680ad8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (c) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
 
@@ -288,7 +288,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2000");
+"), "2001");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Thorsten Kukuk and Ulrich Drepper");
 }
index 52cfc7d8d890791234a5007140f9669af2707ac0..a1eb7ae6a54900f9ac5e4cdb8368a2814146388b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 1995-1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 1995-1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -752,7 +752,7 @@ main (int argc, char *argv[])
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "1999");
+"), "2001");
       fprintf (stderr, gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
index f6f9bd8dcf78b557550b14db8778f59fa63df7ca..1d750a17088dd59c3be65b1ed582bfc7e5dd74f3 100644 (file)
@@ -25,4 +25,4 @@
 extern long int ____strtol_l_internal (const char *, char **, int, int,
                                       __locale_t);
 
-#include <strtol.c>
+#include "strtol.c"
index cfa98c841f7b03c95100415fcb179ce4ea64a385..e507abb7038ce7823c5b8284b2712f77d42d58c9 100644 (file)
@@ -21,5 +21,4 @@
 
 #include <strtol.c>
 
-strong_alias (__strtoll_internal, __strtoq_internal)
 weak_alias (strtoll, strtoq)
index f1e0e166670649f19d1030576bd743bd4297dee0..ca0fb1fc4bcc8952956bde3a8edcbf45d641ce2a 100644 (file)
@@ -18,4 +18,4 @@
 
 #define        UNSIGNED        1
 
-#include <strtol.c>
+#include "strtol.c"
index c64c0c00975a4e0671ace14d0327186e49c4ffdd..a915d365a07d27a09c6595d63a6188ab883b7dd2 100644 (file)
@@ -25,4 +25,4 @@
 extern unsigned long int ____strtoul_l_internal (const char *, char **, int,
                                                 int, __locale_t);
 
-#include <strtoul.c>
+#include "strtoul.c"
index 80ccf91c5e76cda700068ba5f0faaa996bf320d8..5ec375679dd87aec11959923747fe69700eba1d1 100644 (file)
@@ -22,6 +22,5 @@
 #include <strtoul.c>
 
 #ifdef _LIBC
-strong_alias (__strtoull_internal, __strtouq_internal)
 weak_alias (strtoull, strtouq)
 #endif
index abe7a98332ae331fbc71a261455e6c8c5c7142c5..a7110a1d6ca4b46c21b36e37279ce7de7eda98e8 100644 (file)
@@ -27,4 +27,4 @@
 extern long int ____wcstol_l_internal (const wchar_t *, wchar_t **, int, int,
                                       __locale_t);
 
-#include <wcstol.c>
+#include "wcstol.c"
index 2a18f7a642b74d7b5711fbea8ffbfcf2c17f0dfa..4ffbca6bdcb9fa96e5a60ceffa85da1da0ec6c0c 100644 (file)
@@ -1,10 +1,13 @@
 /* We have to irritate the compiler a bit.  */
 #define __strtoll_internal __strtoll_internal_XXX
 #define strtoll strtoll_XXX
+#define strtoq strtoq_XXX
 
 #include <sysdeps/generic/strtol.c>
 
 #undef __strtoll_internal
 #undef strtoll
+#undef strtoq
 strong_alias (__strtol_internal, __strtoll_internal)
-weak_alias (__strtoll_internal, strtoll)
+weak_alias (strtol, strtoll)
+weak_alias (strtol, strtoq)
index a2de0247fdcbaa7f99bdd11218f98e3d82873474..a3f519f46c8461491bba9d5ee4bcbba9fc56b23e 100644 (file)
@@ -7,4 +7,4 @@
 #undef ____strtoll_l_internal
 #undef __strtoll_l
 strong_alias (____strtol_l_internal, ____strtoll_l_internal)
-weak_alias (____strtoll_l_internal, __strtoll_l)
+weak_alias (__strtol_l, __strtoll_l)
index 838474f4368b6f6473258ff9f02ac87e0824751f..0e82c4c95f2affc81429d945ed926bc95e5326b6 100644 (file)
@@ -1,10 +1,13 @@
 /* We have to irritate the compiler a bit.  */
 #define __strtoull_internal __strtoull_internal_XXX
 #define strtoull strtoull_XXX
+#define strtouq strtouq_XXX
 
 #include <sysdeps/generic/strtoul.c>
 
 #undef __strtoull_internal
 #undef strtoull
+#undef strtouq
 strong_alias (__strtoul_internal, __strtoull_internal)
-weak_alias (__strtoull_internal, strtoull)
+weak_alias (strtoul, strtoull)
+weak_alias (strtoul, strtouq)
index 2997afa6c296137910dfba176daf403bf17d4c14..a5908298a41a32620a94f0083fe7240da8365187 100644 (file)
@@ -7,4 +7,4 @@
 #undef ____strtoull_l_internal
 #undef __strtoull_l
 strong_alias (____strtoul_l_internal, ____strtoull_l_internal)
-weak_alias (____strtoull_l_internal, __strtoull_l)
+weak_alias (__strtoul_l, __strtoull_l)
index f7873b745bfaf863ca5cc141b824fc5b444cbd7b..fcfbcf36fa1a853331c18e68e096c525add06a54 100644 (file)
@@ -1,10 +1,13 @@
 /* We have to irritate the compiler a bit.  */
 #define __wcstoll_internal __wcstoll_internal_XXX
 #define wcstoll wcstoll_XXX
+#define wcstoq wcstoq_XXX
 
 #include <sysdeps/generic/wcstol.c>
 
 #undef __wcstoll_internal
 #undef wcstoll
+#undef wcstoq
 strong_alias (__wcstol_internal, __wcstoll_internal)
-weak_alias (__wcstoll_internal, wcstoll)
+weak_alias (wcstol, wcstoll)
+weak_alias (wcstol, wcstoq)
index acfd046db60287f6bb3c18d75de271d86892f307..06bf40e0afbe23cabd18194eb06119c930bae04c 100644 (file)
@@ -7,4 +7,4 @@
 #undef ____wcstoll_l_internal
 #undef __wcstoll_l
 strong_alias (____wcstol_l_internal, ____wcstoll_l_internal)
-weak_alias (____wcstoll_l_internal, __wcstoll_l)
+weak_alias (__wcstol_l, __wcstoll_l)
index 235e1e3d29fbb25993cb7dbb757bddd84762252a..a6c5fd9f524e7e4292799aa9dc048c9536da35a4 100644 (file)
@@ -1,10 +1,13 @@
 /* We have to irritate the compiler a bit.  */
 #define __wcstoull_internal __wcstoull_internal_XXX
 #define wcstoull wcstoull_XXX
+#define wcstouq wcstouq_XXX
 
 #include <sysdeps/generic/wcstoul.c>
 
 #undef __wcstoull_internal
 #undef wcstoull
+#undef wcstouq
 strong_alias (__wcstoul_internal, __wcstoull_internal)
-weak_alias (__wcstoull_internal, wcstoull)
+weak_alias (wcstoul, wcstoull)
+weak_alias (wcstoul, wcstouq)
index 24e54dfdca6b589103cfdc698c93e9327300400a..2289caf4b913ebc9254841e2f6dc66e066db3723 100644 (file)
@@ -7,4 +7,4 @@
 #undef ____wcstoull_l_internal
 #undef __wcstoull_l
 strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal)
-weak_alias (____wcstoull_l_internal, __wcstoull_l)
+weak_alias (__wcstoul_l, __wcstoull_l)
This page took 0.275251 seconds and 5 git commands to generate.