summaryrefslogtreecommitdiff
path: root/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-08-30 11:06:41 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-01 00:43:11 +0200
commit49416f663c6092cb37b3d1fb6e4b3d34c73a3fd6 (patch)
tree24f6e0f014e823a66d1f6b0dc753a257f1217013 /Versions
parenta30d42b4b85309ed6480d0a03dcf60e2e74fe607 (diff)
Fix syntax
* Versions (libc): Add missing closing brace.
Diffstat (limited to 'Versions')
-rw-r--r--Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions b/Versions
index 19ff26c..8058f0a 100644
--- a/Versions
+++ b/Versions
@@ -16,6 +16,7 @@ libc {
pthread_mutex_lock; pthread_mutex_trylock; pthread_mutex_unlock;
pthread_self; pthread_setcancelstate; pthread_setcanceltype;
__pthread_get_cleanup_stack;
+ }
GLIBC_PRIVATE {
__libc_pthread_init;
__register_atfork;