summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/termiostypes.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-30 23:26:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-30 23:26:18 +0000
commit5af0cf2fb28c54b0d8e748fb4c1c0e38a220bf2c (patch)
tree01e75ceffcd2581458b005d1db4272efb648acb9 /cpukit/libcsupport/include/rtems/termiostypes.h
parent2002-07-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5af0cf2fb28c54b0d8e748fb4c1c0e38a220bf2c.tar.bz2
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/termiostypes.h')
-rw-r--r--cpukit/libcsupport/include/rtems/termiostypes.h2
1 files changed, 1 insertions, 1 deletions
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;
};