summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/forward.c
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-11-22 19:20:56 -0800
committerAustin Foxley <austinf@cetoncorp.com>2009-11-22 19:25:46 -0800
commitdbc5879d9ab39df3a54ed9b34a6c9e55a8bb8f65 (patch)
tree796f314f9e293355a59f75b72e38c793fbb47748 /libpthread/linuxthreads.old/forward.c
parentb71274eebd68b7c68ab95c856f8075bdf4524cd7 (diff)
Revert "libc: add hidden calls to pthread cleanup funcs"
This reverts commit e0ac4efbdb498319f03a2a95d75d061ab6c68491. Was causing segfaults on every pthread linked executable Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/linuxthreads.old/forward.c')
-rw-r--r--libpthread/linuxthreads.old/forward.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/forward.c b/libpthread/linuxthreads.old/forward.c
index f5afc2f98..402b15543 100644
--- a/libpthread/linuxthreads.old/forward.c
+++ b/libpthread/linuxthreads.old/forward.c
@@ -165,8 +165,6 @@ FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0)
FORWARD2 (_pthread_cleanup_push, void, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routine, arg), return)
FORWARD2 (_pthread_cleanup_push_defer, void, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routine, arg), return)
-libc_hidden_def(_pthread_cleanup_push_defer)
FORWARD2 (_pthread_cleanup_pop, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return)
FORWARD2 (_pthread_cleanup_pop_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return)
-libc_hidden_def(_pthread_cleanup_pop_restore)