From 56d25bb888ac7ba977091c2b48401b0a443fc94a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 23 May 2012 22:38:10 +0200 Subject: Remove use of INTDEF/INTUSE in intl --- intl/dcgettext.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'intl/dcgettext.c') diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 3074340..0f2942b 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -1,5 +1,5 @@ /* Implementation of the dcgettext(3) function. - Copyright (C) 1995-2002, 2005 Free Software Foundation, Inc. + Copyright (C) 1995-2012 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 @@ -54,7 +54,6 @@ DCGETTEXT (domainname, msgid, category) #ifdef _LIBC /* Alias for function name in GNU C Library. */ -INTDEF(__dcgettext) weak_alias (__dcgettext, dcgettext); libc_hidden_def (__dcgettext) #endif -- cgit v1.1