From 5af0cf2fb28c54b0d8e748fb4c1c0e38a220bf2c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Jul 2002 23:26:18 +0000 Subject: 2002-07-30 Joel Sherrill * include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above. * include/rtems/termiostypes.h: Avoid use of __P. --- cpukit/libcsupport/include/rtems/termiostypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems/termiostypes.h') diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h index adda9e0871..d59ec3da01 100644 --- a/cpukit/libcsupport/include/rtems/termiostypes.h +++ b/cpukit/libcsupport/include/rtems/termiostypes.h @@ -25,7 +25,7 @@ extern "C" { * Wakeup callback data structure */ struct ttywakeup { - void (*sw_pfn)__P((struct termios *tty, void *arg)); + void (*sw_pfn)(struct termios *tty, void *arg); void *sw_arg; }; -- cgit v1.2.3