mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members c_ispeed and c_ospeed which are not implemented.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2000-02-08 Andreas Jaeger <aj@suse.de>
|
2000-02-08 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members
|
||||||
|
c_ispeed and c_ospeed which are not implemented.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant
|
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant
|
||||||
for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro.
|
for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro.
|
||||||
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
|
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
|
||||||
|
@ -68,8 +68,6 @@ struct termios
|
|||||||
tcflag_t c_lflag; /* local mode flags */
|
tcflag_t c_lflag; /* local mode flags */
|
||||||
cc_t c_line; /* line discipline */
|
cc_t c_line; /* line discipline */
|
||||||
cc_t c_cc[NCCS]; /* control characters */
|
cc_t c_cc[NCCS]; /* control characters */
|
||||||
speed_t c_ispeed; /* input speed */
|
|
||||||
speed_t c_ospeed; /* output speed */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* c_cc characters */
|
/* c_cc characters */
|
||||||
@ -93,7 +91,7 @@ struct termios
|
|||||||
* VDSUSP is not supported
|
* VDSUSP is not supported
|
||||||
*/
|
*/
|
||||||
#if defined __USE_BSD
|
#if defined __USE_BSD
|
||||||
#define VDSUSP 11 /* Delayed suspend character [ISIG]. */
|
# define VDSUSP 11 /* Delayed suspend character [ISIG]. */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef __USE_BSD
|
#ifdef __USE_BSD
|
||||||
|
Reference in New Issue
Block a user