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:
Diffstat (limited to 'newlib/libc/sys/linux/dl/dl-support.c')
-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