about summary refs log tree commit diff
path: root/sysdeps/htl/pt-key.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-13 19:46:25 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 13:56:45 +0100
commite775f443bda95c0ff494879e9ee84d482292ad7e (patch)
tree4ff77e4e78ee840fbdc42c2c64c00d49418b08f2 /sysdeps/htl/pt-key.h
parent0093df204ad5858a81cbefaaa091770071ee710b (diff)
downloadglibc-e775f443bda95c0ff494879e9ee84d482292ad7e.tar.gz
glibc-e775f443bda95c0ff494879e9ee84d482292ad7e.tar.xz
glibc-e775f443bda95c0ff494879e9ee84d482292ad7e.zip
htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy
Diffstat (limited to 'sysdeps/htl/pt-key.h')
-rw-r--r--sysdeps/htl/pt-key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-key.h b/sysdeps/htl/pt-key.h
index bfaa19900a..b547e8ad29 100644
--- a/sysdeps/htl/pt-key.h
+++ b/sysdeps/htl/pt-key.h
@@ -66,7 +66,7 @@ __pthread_key_lock_ready (void)
     err = __pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);
     assert_perror (err);
 
-    err = _pthread_mutex_init (&__pthread_key_lock, &attr);
+    err = __pthread_mutex_init (&__pthread_key_lock, &attr);
     assert_perror (err);
 
     err = __pthread_mutexattr_destroy (&attr);