Missing prototype for tcsendbreak in termios.h
Charles-Antoine Gauthier
charles.gauthier at nrc.ca
Wed Mar 8 01:00:29 UTC 2000
Patch attached.
--
Charles-Antoine Gauthier
Institute for Information Technology Institut de technologie de
l'information
National Research Council of Canada Conseil national de recherches du
Canada
-------------- next part --------------
Index: rtems/c/src/lib/include/sys/termios.h
diff -c rtems/c/src/lib/include/sys/termios.h:1.1.1.3 rtems/c/src/lib/include/sys/termios.h:1.3
*** rtems/c/src/lib/include/sys/termios.h:1.1.1.3 Tue Nov 23 14:42:07 1999
--- rtems/c/src/lib/include/sys/termios.h Tue Nov 23 17:29:43 1999
***************
*** 177,182 ****
--- 177,183 ----
int tcgetattr(int, struct termios *);
int tcsetattr(int, int, struct termios *);
int tcdrain(int);
+ int tcsendbreak(int, int);
speed_t cfgetospeed(const struct termios *tp);
int cfsetospeed(struct termios *tp, speed_t speed);
speed_t cfgetispeed(const struct termios *tp);
More information about the users
mailing list