sched: check struct sched_param in spawn.h as well
commit5945e4ee5c9d2e1fb4876f871ba14fdc1b0e5481
authorKO Myung-Hun <komh78@gmail.com>
Thu, 4 Dec 2014 01:03:34 +0000 (4 10:03 +0900)
committerEric Blake <eblake@redhat.com>
Mon, 8 Dec 2014 20:36:46 +0000 (8 13:36 -0700)
treec312ee86c49a62de2271c0a70716329656c0a7e4
parentcf88e56ab3575e41c297a52c10d35e5d67ff909d
sched: check struct sched_param in spawn.h as well

On OS/2 kLIBC, struct sched_param is in spawn.h. So without this a
redefinition error occurs when sched.h is inclued by spawn.h.

* lib/sched.in.h: Include spawn.h on kLIBC.
* lib/sched_h.m4: Check struct sched_param in spawn.h as well.
ChangeLog
lib/sched.in.h
m4/sched_h.m4