diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-26 05:07:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-26 05:07:13 +0000 |
commit | ac5e137cd9154594cc46f5925276e4fa2f596fa0 (patch) | |
tree | f893afca9f452a1ada082e7b5857b77d89d2453e /intl/loadinfo.h | |
parent | ce7265c7438e18f2e4ea81582131a783a1cdd601 (diff) | |
download | glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar.gz glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar.bz2 glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.zip |
Update.
Diffstat (limited to 'intl/loadinfo.h')
-rw-r--r-- | intl/loadinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intl/loadinfo.h b/intl/loadinfo.h index 913022eb7b..2c1b44cec4 100644 --- a/intl/loadinfo.h +++ b/intl/loadinfo.h @@ -20,8 +20,6 @@ #ifndef _LOADINFO_H #define _LOADINFO_H 1 -#include <bits/libc-lock.h> - /* Declarations of locale dependent catalog lookup functions. Implemented in @@ -63,7 +61,6 @@ struct loaded_l10nfile { const char *filename; int decided; - __libc_lock_define_recursive (, lock); const void *data; |