diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-23 13:15:13 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-23 13:15:13 +0200 |
commit | cd491a12ef1cfdb5e8c736f25f79a4183b5c9933 (patch) | |
tree | ec4fa4c4ae6779e2aca7eaa07792e8c8d8cf9e74 /sysdeps/pthread/libc-lockP.h | |
parent | 137bf61181949085cbeb76f5db6e7d5b1922ae0b (diff) | |
parent | 7a4df0aacf25654e5baed2ef3559d961a5c538d7 (diff) |
Merge branch 'master-glibc-2.22' into master-glibc-2.23
Diffstat (limited to 'sysdeps/pthread/libc-lockP.h')
-rw-r--r-- | sysdeps/pthread/libc-lockP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/libc-lockP.h b/sysdeps/pthread/libc-lockP.h index 3cfbc18..2631e0c 100644 --- a/sysdeps/pthread/libc-lockP.h +++ b/sysdeps/pthread/libc-lockP.h @@ -37,7 +37,7 @@ #endif /* Call thread functions through the function pointer table. */ -#if defined SHARED && !defined NOT_IN_libc +#if defined SHARED && IS_IN (libc) # define PTFAVAIL(NAME) __libc_pthread_functions_init # define __libc_ptf_call(FUNC, ARGS, ELSE) \ (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE) |