summaryrefslogtreecommitdiffstats
path: root/lib/librt/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librt/timer.c')
-rw-r--r--lib/librt/timer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librt/timer.c b/lib/librt/timer.c
index 90269c2..b5f775c 100644
--- a/lib/librt/timer.c
+++ b/lib/librt/timer.c
@@ -175,8 +175,9 @@ __timer_settime(timer_t timerid, int flags,
flags, value, ovalue);
}
+#pragma weak timer_oshandle_np
int
-__timer_oshandle(timer_t timerid)
+timer_oshandle_np(timer_t timerid)
{
return (timerid->oshandle);
OpenPOWER on IntegriCloud