Silly typo in /usr/include/sched.h

Thaddeus H. Wood (thw@sentient.com)
Sun, 8 Jun 1997 13:13:20 -0700


On line 36 of /usr/include/sched.h:
extern int sched_get_priority_min _P((int __policy));
should read:
extern int sched_get_priority_min __P((int __policy));

The missing underscore being the problem. I'm not sure which Linux
distributions are effected. However, as of RedHat 4.2/Intel this typo
lives on.

--
Thaddeus H. Wood
thw@sentient.com
--
If you're not part of the solution, you're part of the precipitate.