diff options
author | jbj <devnull@localhost> | 2002-07-21 14:20:41 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-21 14:20:41 +0000 |
commit | 6eecde7ae6ef5e39945054716e4d69e77378ff8d (patch) | |
tree | 774e13afa06fd2cd4c378013bbc07827d3b4c7cf /intl/bindtextdom.c | |
parent | 22016eccf09b1b396a3c536afc8c0b9e1afe1c62 (diff) | |
download | rpm-6eecde7ae6ef5e39945054716e4d69e77378ff8d.tar.gz rpm-6eecde7ae6ef5e39945054716e4d69e77378ff8d.tar.bz2 rpm-6eecde7ae6ef5e39945054716e4d69e77378ff8d.zip |
Update to gettext-0.11.2-3 intl contents.
CVS patchset: 5564
CVS date: 2002/07/21 14:20:41
Diffstat (limited to 'intl/bindtextdom.c')
-rw-r--r-- | intl/bindtextdom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c index c6a9bd164..a3c233d77 100644 --- a/intl/bindtextdom.c +++ b/intl/bindtextdom.c @@ -1,5 +1,5 @@ /* Implementation of the bindtextdomain(3) function - Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -63,7 +63,7 @@ extern const char _nl_default_dirname[]; extern struct binding *_nl_domain_bindings; /* Lock variable to protect the global data in the gettext implementation. */ -__libc_rwlock_define (extern, _nl_state_lock) +__libc_rwlock_define (extern, _nl_state_lock attribute_hidden) /* Names for the libintl functions are a problem. They must not clash @@ -85,7 +85,7 @@ __libc_rwlock_define (extern, _nl_state_lock) static void set_binding_values PARAMS ((const char *domainname, const char **dirnamep, const char **codesetp)); - + /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP to be used for the DOMAINNAME message catalog. If *DIRNAMEP or *CODESETP is NULL, the corresponding attribute is not |