summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_switch_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_switch_np.c')
-rw-r--r--lib/libpthread/thread/thr_switch_np.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_switch_np.c b/lib/libpthread/thread/thr_switch_np.c
index b70ce70..247b879 100644
--- a/lib/libpthread/thread/thr_switch_np.c
+++ b/lib/libpthread/thread/thr_switch_np.c
@@ -36,6 +36,10 @@
#include <pthread_np.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