From 61d655c1cba7d9755ddf11458f2c94fe58ff50e1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Jun 2000 07:14:15 +0000 Subject: Update. 2000-06-01 Ulrich Drepper * sysdeps/i386/elf/setjmp.S: Work around change is recent binutils. gas now emits a jump through the PLT instead of a relative jump if the jump target is an exported symbol. --- wcsmbs/wcsmbsload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wcsmbs') diff --git a/wcsmbs/wcsmbsload.c b/wcsmbs/wcsmbsload.c index 4267852..55d19ff 100644 --- a/wcsmbs/wcsmbsload.c +++ b/wcsmbs/wcsmbsload.c @@ -144,7 +144,7 @@ __wcsmbs_load_conv (const struct locale_data *new_category) /* Acquire the lock. */ __libc_lock_lock (lock); - /* We should repest the test since while we waited some other thread + /* We should repeat the test since while we waited some other thread might have run this function. */ if (__wcsmbs_last_locale != new_category) { -- cgit v1.1