summaryrefslogtreecommitdiff
path: root/sysdeps/stub/sched_primin.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/sched_primin.c')
-rw-r--r--sysdeps/stub/sched_primin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/sched_primin.c b/sysdeps/stub/sched_primin.c
index 370f10c91c..2f79194a23 100644
--- a/sysdeps/stub/sched_primin.c
+++ b/sysdeps/stub/sched_primin.c
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
int
__sched_get_priority_min (int algorithm)
{
- errno = ENOSYS;
+ __set_errno (ENOSYS);
return -1;
}
stub_warning (sched_get_priority_min)