Fix a typo.

Approved by:	kib (mentor)
This commit is contained in:
Roman Divacky 2008-10-23 15:32:06 +00:00
parent 59442db9fa
commit 994f986385
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184203

View File

@ -444,7 +444,7 @@ posix_spawnattr_setpgroup(posix_spawnattr_t *sa, pid_t pgroup)
}
int
posix_spawnattr_setschedparam(posix_spawnattr_t *sa __restrict,
posix_spawnattr_setschedparam(posix_spawnattr_t * __restrict sa,
const struct sched_param * __restrict schedparam)
{
(*sa)->sa_schedparam = *schedparam;