From 9924f721bf4e4ae2cf786ff27cd1e804840d67b0 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 2 Feb 2004 23:45:34 +0000 Subject: [PATCH] c++locale_internal.h: Remove prototypes of no longer used GLIBC thread locale functions. 2004-02-02 Paolo Carlini * config/locale/gnu/c++locale_internal.h: Remove prototypes of no longer used GLIBC thread locale functions. From-SVN: r77140 --- libstdc++-v3/ChangeLog | 5 +++++ 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 085aba850dc..f59e01eda7a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-02-02 Paolo Carlini + + * config/locale/gnu/c++locale_internal.h: Remove prototypes + of no longer used GLIBC thread locale functions. + 2004-02-02 Eric Christopher Zack Weinberg diff --git a/libstdc++-v3/config/locale/gnu/c++locale_internal.h b/libstdc++-v3/config/locale/gnu/c++locale_internal.h index cfb89b5dd70..8aa5b569594 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; -- 2.30.2