summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_clean.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_clean.c')
-rw-r--r--lib/libkse/thread/thr_clean.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libkse/thread/thr_clean.c b/lib/libkse/thread/thr_clean.c
index 13501ba..37323fd 100644
--- a/lib/libkse/thread/thr_clean.c
+++ b/lib/libkse/thread/thr_clean.c
@@ -37,11 +37,6 @@
#include "un-namespace.h"
#include "thr_private.h"
-LT10_COMPAT_PRIVATE(_pthread_cleanup_push);
-LT10_COMPAT_DEFAULT(pthread_cleanup_push);
-LT10_COMPAT_PRIVATE(_pthread_cleanup_pop);
-LT10_COMPAT_DEFAULT(pthread_cleanup_pop);
-
__weak_reference(_pthread_cleanup_push, pthread_cleanup_push);
__weak_reference(_pthread_cleanup_pop, pthread_cleanup_pop);
OpenPOWER on IntegriCloud