summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_switch_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_switch_np.c')
-rw-r--r--lib/libkse/thread/thr_switch_np.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libkse/thread/thr_switch_np.c b/lib/libkse/thread/thr_switch_np.c
index cc9ae30..058a3bb 100644
--- a/lib/libkse/thread/thr_switch_np.c
+++ b/lib/libkse/thread/thr_switch_np.c
@@ -39,11 +39,6 @@
#include "un-namespace.h"
#include "thr_private.h"
-LT10_COMPAT_PRIVATE(_pthread_switch_add_np);
-LT10_COMPAT_DEFAULT(pthread_switch_add_np);
-LT10_COMPAT_PRIVATE(_pthread_switch_delete_np);
-LT10_COMPAT_DEFAULT(pthread_switch_delete_np);
-
__weak_reference(_pthread_switch_add_np, pthread_switch_add_np);
__weak_reference(_pthread_switch_delete_np, pthread_switch_delete_np);
OpenPOWER on IntegriCloud