summaryrefslogtreecommitdiff
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-08-30 11:06:41 +0200
commitceb6f7e2181a42f75e26bb2ea00b9e16752b1009 (patch)
treeefa7cff08115efbc37aab886d20b323adcaf8e9d
parentad240db048ce9fc822f86f6a824fc73d6b5c91d1 (diff)
Fix syntax
* Versions (libc): Add missing closing brace.
-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;