diff options
author | Paolo Carlini <pcarlini@suse.de> | 2004-02-02 23:45:34 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2004-02-02 23:45:34 +0000 |
commit | 9924f721bf4e4ae2cf786ff27cd1e804840d67b0 (patch) | |
tree | 638446a5aca9b6912c92b7d335112ae70db76252 | |
parent | 2ba43229d328ef0ce1efabc428e44adb583d529c (diff) | |
download | gcc-9924f721bf4e4ae2cf786ff27cd1e804840d67b0.zip gcc-9924f721bf4e4ae2cf786ff27cd1e804840d67b0.tar.gz gcc-9924f721bf4e4ae2cf786ff27cd1e804840d67b0.tar.bz2 |
c++locale_internal.h: Remove prototypes of no longer used GLIBC thread locale functions.
2004-02-02 Paolo Carlini <pcarlini@suse.de>
* config/locale/gnu/c++locale_internal.h: Remove prototypes
of no longer used GLIBC thread locale functions.
From-SVN: r77140
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/config/locale/gnu/c++locale_internal.h | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 085aba8..f59e01e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-02-02 Paolo Carlini <pcarlini@suse.de> + + * config/locale/gnu/c++locale_internal.h: Remove prototypes + of no longer used GLIBC thread locale functions. + 2004-02-02 Eric Christopher <echristo@redhat.com> Zack Weinberg <zack@codesourcery.com> diff --git a/libstdc++-v3/config/locale/gnu/c++locale_internal.h b/libstdc++-v3/config/locale/gnu/c++locale_internal.h index cfb89b5..8aa5b56 100644 --- a/libstdc++-v3/config/locale/gnu/c++locale_internal.h +++ b/libstdc++-v3/config/locale/gnu/c++locale_internal.h @@ -1,6 +1,6 @@ // Prototypes for GLIBC thread locale __-prefixed functions -*- C++ -*- -// Copyright (C) 2002 Free Software Foundation, Inc. +// Copyright (C) 2002, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -40,10 +40,6 @@ extern "C" __typeof(strftime_l) __strftime_l; extern "C" __typeof(strtod_l) __strtod_l; extern "C" __typeof(strtof_l) __strtof_l; extern "C" __typeof(strtold_l) __strtold_l; -extern "C" __typeof(strtol_l) __strtol_l; -extern "C" __typeof(strtoll_l) __strtoll_l; -extern "C" __typeof(strtoul_l) __strtoul_l; -extern "C" __typeof(strtoull_l) __strtoull_l; extern "C" __typeof(strxfrm_l) __strxfrm_l; extern "C" __typeof(towlower_l) __towlower_l; extern "C" __typeof(towupper_l) __towupper_l; |