diff options
Diffstat (limited to 'intl/dcngettext.c')
-rw-r--r-- | intl/dcngettext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intl/dcngettext.c b/intl/dcngettext.c index 6d360a1..72ffa77 100644 --- a/intl/dcngettext.c +++ b/intl/dcngettext.c @@ -57,6 +57,5 @@ DCNGETTEXT (domainname, msgid1, msgid2, n, category) #ifdef _LIBC /* Alias for function name in GNU C Library. */ -INTDEF(__dcngettext) weak_alias (__dcngettext, dcngettext); #endif |