summary refs log tree commit diff
path: root/intl/dcngettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/dcngettext.c')
-rw-r--r--intl/dcngettext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/dcngettext.c b/intl/dcngettext.c
index 068d5fa3f1..6d360a109a 100644
--- a/intl/dcngettext.c
+++ b/intl/dcngettext.c
@@ -1,5 +1,5 @@
 /* Implementation of the dcngettext(3) function.
-   Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000, 2001, 2002 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
@@ -57,5 +57,6 @@ DCNGETTEXT (domainname, msgid1, msgid2, n, category)
 
 #ifdef _LIBC
 /* Alias for function name in GNU C Library.  */
+INTDEF(__dcngettext)
 weak_alias (__dcngettext, dcngettext);
 #endif