summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_suspend_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_suspend_np.c')
-rw-r--r--lib/libthr/thread/thr_suspend_np.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_suspend_np.c b/lib/libthr/thread/thr_suspend_np.c
index 7fa668d..de95735 100644
--- a/lib/libthr/thread/thr_suspend_np.c
+++ b/lib/libthr/thread/thr_suspend_np.c
@@ -43,7 +43,7 @@ int
_pthread_suspend_np(pthread_t thread)
{
/* XXXTHR */
- return (-1);
+ return (ENOTSUP);
}
void
OpenPOWER on IntegriCloud