lkml.org 
[lkml]   [1996]   [Jun]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectSmall bug in /usr/include/sched.h
Date
I just noticed in version 2.0.0 in /usr/include/sched.h:

extern int sched_get_priority_max __P((int __policy));
extern int sched_get_priority_min _P((int __policy));
^^^ Should be __P
extern int sched_rr_get_interval __P((pid_t __pid,
struct timespec *interval));


I changed the _P to __P and things worked again...

Mike




\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.828 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site