From 51cda9a4cdd5ab06fbee333eebf17b931cdabb36 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Mar 2007 13:31:48 +0000 Subject: Remove __P(). --- cpukit/libnetworking/sys/select.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking/sys/select.h') diff --git a/cpukit/libnetworking/sys/select.h b/cpukit/libnetworking/sys/select.h index c03a1abe2c..c838f42ef9 100644 --- a/cpukit/libnetworking/sys/select.h +++ b/cpukit/libnetworking/sys/select.h @@ -54,8 +54,8 @@ struct selinfo { #ifdef _KERNEL struct proc; -void selrecord __P((struct proc *selector, struct selinfo *)); -void selwakeup __P((struct selinfo *)); +void selrecord(struct proc *selector, struct selinfo *); +void selwakeup(struct selinfo *); #endif /* Check the first NFDS descriptors each in READFDS (if not NULL) for read -- cgit v1.2.3