Ignore:
Timestamp:
Oct 11, 2003, 1:38:11 AM (22 years ago)
Author:
bird
Message:

Fixed warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/termios.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r827 r828  
    151151int tcsetattr (int, int, __const__ struct termios *);
    152152
     153#ifndef _POSIX_SOURCE
     154int     cfsetspeed (struct termios *, speed_t);
     155#endif /* !_POSIX_SOURCE */
     156
    153157#if defined (__cplusplus)
    154158}
Note: See TracChangeset for help on using the changeset viewer.