summaryrefslogtreecommitdiff
path: root/lib/spawnattr_setschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spawnattr_setschedparam.c')
-rw-r--r--lib/spawnattr_setschedparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spawnattr_setschedparam.c b/lib/spawnattr_setschedparam.c
index d07b4f1803..c1c2888eea 100644
--- a/lib/spawnattr_setschedparam.c
+++ b/lib/spawnattr_setschedparam.c
@@ -22,7 +22,7 @@
/* Store scheduling parameters in the attribute structure. */
int
posix_spawnattr_setschedparam (posix_spawnattr_t *attr,
- const struct sched_param *schedparam)
+ const struct sched_param *schedparam)
{
/* Store the scheduling parameters. */
attr->_sp = *schedparam;