comment change
This commit is contained in:
parent
f2f848b822
commit
0e5f1b37f6
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
Fri Aug 13 14:37:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||
|
||||
* serial.h: comment change.
|
||||
|
||||
* config/m88k/tm-m88k.h: comment change to remove embedded
|
||||
comment.
|
||||
(SKIP_PROLOGUE): skip_prologue returns a value which is expected
|
||||
|
|
|
@ -116,9 +116,10 @@ serial_t serial_fdopen PARAMS ((int fd));
|
|||
((*((SERIAL_T)->ops->noflush_set_tty_state)) \
|
||||
((SERIAL_T), (NEW_TTYSTATE), (OLD_TTYSTATE)))
|
||||
|
||||
/* Read one char from the serial device with TIMEOUT seconds timeout.
|
||||
Returns char if ok, else one of the following codes. Note that all
|
||||
error codes are guaranteed to be < 0. */
|
||||
/* Read one char from the serial device with TIMEOUT seconds to wait
|
||||
or -1 to wait forever. Use timeout of 0 to effect a poll. Returns
|
||||
char if ok, else one of the following codes. Note that all error
|
||||
codes are guaranteed to be < 0. */
|
||||
|
||||
#define SERIAL_ERROR -1 /* General error, see errno for details */
|
||||
#define SERIAL_TIMEOUT -2
|
||||
|
|
Loading…
Reference in a new issue