diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/finddomain.c | 6 | ||||
-rw-r--r-- | intl/localealias.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/intl/finddomain.c b/intl/finddomain.c index c1ab68b..769bd93 100644 --- a/intl/finddomain.c +++ b/intl/finddomain.c @@ -99,9 +99,9 @@ _nl_find_domain (dirname, locale, domainname) language[_territory][+audience][+special][,[sponsor][_revision]] - Beside the first all of them are allowed to be missing. If the - full specified locale is not found, the less specific one are - looked for. The various part will be stripped of according to + Beside the first part all of them are allowed to be missing. If + the full specified locale is not found, the less specific one are + looked for. The various parts will be stripped off according to the following order: (1) revision (2) sponsor diff --git a/intl/localealias.c b/intl/localealias.c index 99fcfa5..c77f125 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -85,7 +85,7 @@ void free (); # define strdup __strdup /* We need locking here since we can be called from different palces. */ -# include <libc-lock.h> +# include <bits/libc-lock.h> __libc_lock_define_initialized (static, lock); #endif |