summaryrefslogtreecommitdiff
path: root/intl/loadinfo.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-09-26 04:48:48 +0000
committerJakub Jelinek <jakub@redhat.com>2004-09-26 04:48:48 +0000
commit627cc92643ed34eecd0ac771d8b04df25270aaae (patch)
tree7eab39cd71ebdde127b5fdf6d86c0bfa4d3785c1 /intl/loadinfo.h
parent1b16f19afcb6c9fbe68024b8edd7d737756fa275 (diff)
Diffstat (limited to 'intl/loadinfo.h')
-rw-r--r--intl/loadinfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/intl/loadinfo.h b/intl/loadinfo.h
index c2b6971b36..913022eb7b 100644
--- a/intl/loadinfo.h
+++ b/intl/loadinfo.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2000, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -20,6 +20,8 @@
#ifndef _LOADINFO_H
#define _LOADINFO_H 1
+#include <bits/libc-lock.h>
+
/* Declarations of locale dependent catalog lookup functions.
Implemented in
@@ -61,6 +63,7 @@ struct loaded_l10nfile
{
const char *filename;
int decided;
+ __libc_lock_define_recursive (, lock);
const void *data;