summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-17 16:34:08 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-17 16:34:08 +0000
commit9e9f1f159bb957faa125f50efb953088aec831ef (patch)
treeaf62e0da12e48f5ee247ce2722d6c86762bb2e0b /bits
parentef4d5b32b37ba6af985d427ee7c120532d62cc6b (diff)
downloadglibc-9e9f1f159bb957faa125f50efb953088aec831ef.tar.gz
glibc-9e9f1f159bb957faa125f50efb953088aec831ef.tar.xz
glibc-9e9f1f159bb957faa125f50efb953088aec831ef.zip
Update.
	* sysdeps/unix/sysv/linux/system.c: If compiled without threads
	don't do anything fancy.

	* sysdeps/generic/bits/libc-lock.h: Define
	__rtld_lock_define_initialized_recursive.
Diffstat (limited to 'bits')
-rw-r--r--bits/libc-lock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bits/libc-lock.h b/bits/libc-lock.h
index c2bb494940..9a99d51bfd 100644
--- a/bits/libc-lock.h
+++ b/bits/libc-lock.h
@@ -1,5 +1,5 @@
 /* libc-internal interface for mutex locks.  Stub version.
-   Copyright (C) 1996,97,99,2000,01,02 Free Software Foundation, Inc.
+   Copyright (C) 1996,97,99,2000-2002,2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -40,6 +40,7 @@
 /* Define an initialized recursive lock variable NAME with storage
    class CLASS.  */
 #define __libc_lock_define_initialized_recursive(CLASS,NAME)
+#define __rtld_lock_define_initialized_recursive(CLASS,NAME)
 
 /* Initialize the named lock variable, leaving it in a consistent, unlocked
    state.  */