diff options
Diffstat (limited to 'sys/posix4/posix4.h')
-rw-r--r-- | sys/posix4/posix4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h index 626d6d8..9b3c66e 100644 --- a/sys/posix4/posix4.h +++ b/sys/posix4/posix4.h @@ -61,9 +61,9 @@ MALLOC_DECLARE(M_P31B); #define p31b_malloc(SIZE) malloc((SIZE), M_P31B, M_WAITOK) #define p31b_free(P) free((P), M_P31B) -int p31b_proc __P((struct proc *, pid_t, struct proc **)); +int p31b_proc(struct proc *, pid_t, struct proc **); -void p31b_setcfg __P((int, int)); +void p31b_setcfg(int, int); #ifdef _KPOSIX_PRIORITY_SCHEDULING |