summaryrefslogtreecommitdiff
path: root/posix/sched_primax.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/sched_primax.c')
-rw-r--r--posix/sched_primax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/sched_primax.c b/posix/sched_primax.c
index 6f40b83f6c..ed711c7317 100644
--- a/posix/sched_primax.c
+++ b/posix/sched_primax.c
@@ -26,6 +26,7 @@ __sched_get_priority_max (int algorithm)
__set_errno (ENOSYS);
return -1;
}
+libc_hidden_def (__sched_get_priority_max)
stub_warning (sched_get_priority_max)
weak_alias (__sched_get_priority_max, sched_get_priority_max)