summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_once.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_once.c')
-rw-r--r--lib/libthr/thread/thr_once.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libthr/thread/thr_once.c b/lib/libthr/thread/thr_once.c
index 80739da..51aa8ac 100644
--- a/lib/libthr/thread/thr_once.c
+++ b/lib/libthr/thread/thr_once.c
@@ -101,8 +101,3 @@ _pthread_once(pthread_once_t *once_control, void (*init_routine) (void))
_thr_umtx_wake(&once_control->state, INT_MAX, 0);
return (0);
}
-
-void
-_thr_once_init(void)
-{
-}
OpenPOWER on IntegriCloud