about summary refs log tree commit diff
path: root/intl/loadinfo.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-26 05:07:13 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-26 05:07:13 +0000
commitac5e137cd9154594cc46f5925276e4fa2f596fa0 (patch)
treef893afca9f452a1ada082e7b5857b77d89d2453e /intl/loadinfo.h
parentce7265c7438e18f2e4ea81582131a783a1cdd601 (diff)
downloadglibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar.gz
glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar.xz
glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.zip
Update.
Diffstat (limited to 'intl/loadinfo.h')
-rw-r--r--intl/loadinfo.h3
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;