Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-03-26 01:20:36 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-03-26 01:20:36 +0300
commitec475b0967c5f3c2e4a81c045670c9579a76218d (patch)
treeb9a263b81e88396105f7f2dd661dbfa6e6cd589a /newlib/libc/sys/linux/dl
parentb0a9d0fcc91324c9f98834398dafb67907c78836 (diff)
2004-03-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/sys/lock.h: Turn on __USE_GNU flag if not already defined. Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE. * libc/sys/linux/dl/dl-support.c: Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE.
Diffstat (limited to 'newlib/libc/sys/linux/dl')
-rw-r--r--newlib/libc/sys/linux/dl/dl-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/dl/dl-support.c b/newlib/libc/sys/linux/dl/dl-support.c
index b7cb560a6..ce5349153 100644
--- a/newlib/libc/sys/linux/dl/dl-support.c
+++ b/newlib/libc/sys/linux/dl/dl-support.c
@@ -112,7 +112,7 @@ hp_timing_t _dl_cpuclock_offset;
This must be a recursive lock since the initializer function of
the loaded object might as well require a call to this function.
At this time it is not anymore a problem to modify the tables. */
-__LOCK_RECURSIVE_INIT (, _dl_load_lock)
+__LOCK_INIT_RECURSIVE(, _dl_load_lock)
#ifdef HAVE_AUX_VECTOR