diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-08-30 11:06:41 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-08-30 11:06:41 +0200 |
commit | ceb6f7e2181a42f75e26bb2ea00b9e16752b1009 (patch) | |
tree | efa7cff08115efbc37aab886d20b323adcaf8e9d | |
parent | ad240db048ce9fc822f86f6a824fc73d6b5c91d1 (diff) |
Fix syntax
* Versions (libc): Add missing closing brace.
-rw-r--r-- | Versions | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |