summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_once.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_once.c')
-rw-r--r--lib/libkse/thread/thr_once.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libkse/thread/thr_once.c b/lib/libkse/thread/thr_once.c
index ba13499..eae29ac 100644
--- a/lib/libkse/thread/thr_once.c
+++ b/lib/libkse/thread/thr_once.c
@@ -34,9 +34,6 @@
#include "un-namespace.h"
#include "thr_private.h"
-LT10_COMPAT_PRIVATE(_pthread_once);
-LT10_COMPAT_DEFAULT(pthread_once);
-
__weak_reference(_pthread_once, pthread_once);
#define ONCE_NEVER_DONE PTHREAD_NEEDS_INIT
OpenPOWER on IntegriCloud