diff options
author | Timo Teräs <timo.teras@iki.fi> | 2009-11-27 16:12:44 +0000 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-27 10:05:26 -0800 |
commit | 5418ef694ee17c698270702d927f04836706e60b (patch) | |
tree | 9af6e0ba21c539d968f83d21edbab0e1bdbaa9e3 /libpthread/nptl/sysdeps/pthread | |
parent | 86d7dae85bcea17c5eb01a6f2416c7dde4dc7266 (diff) |
PIC fixes for hardened
Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: Natanael Copa <natanael.copa@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in index 2a825329a..45240152c 100644 --- a/libpthread/nptl/sysdeps/pthread/Makefile.in +++ b/libpthread/nptl/sysdeps/pthread/Makefile.in @@ -23,8 +23,8 @@ libpthread_CSRC = pthread_barrier_wait.c pthread_cond_broadcast.c \ ifeq ($(TARGET_ARCH),i386) X86_PTHREAD_EXCLUDE_LIST = pthread_spin_unlock.c pthread_spin_init.c \ - pthread_cond_wait.c pthread_barrier_wait.c pthread_cond_broadcast.c \ - pthread_cond_signal.c pthread_cond_timedwait.c pthread_rwlock_timedrdlock.c \ + pthread_barrier_wait.c pthread_cond_broadcast.c \ + pthread_cond_signal.c pthread_rwlock_timedrdlock.c \ pthread_rwlock_timedwrlock.c pthread_rwlock_unlock.c pthread_rwlock_wrlock.c \ pthread_rwlock_rdlock.c |