summaryrefslogtreecommitdiff
path: root/sysdeps/stub/sched_getp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/sched_getp.c')
-rw-r--r--sysdeps/stub/sched_getp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/sched_getp.c b/sysdeps/stub/sched_getp.c
index 3fc0b458c1..0da92bcd2c 100644
--- a/sysdeps/stub/sched_getp.c
+++ b/sysdeps/stub/sched_getp.c
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
/* Retrieve scheduling parameters for a particular process. */
int
-__sched_getparam (pid_t pid, struct sched_params *param)
+__sched_getparam (pid_t pid, struct sched_param *param)
{
errno = ENOSYS;
return -1;