* sysdeps/unix/sysv/linux/speed.c
authorRoland McGrath <roland@gnu.org>
Tue, 9 Sep 2003 07:01:01 +0000 (07:01 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 9 Sep 2003 07:01:01 +0000 (07:01 +0000)
commit7f08f55a9f88d23fcfbf1fed00f4d5a094e5fffc
tree5796d7f5d713c3c264a70a6039b0ba52e262b06f
parent416be7f049391ce421d9b12a2c3b81bb3cad9f58
* sysdeps/unix/sysv/linux/speed.c

(cfsetospeed): Only set c_ospeed under [_HAVE_STRUCT_TERMIOS_C_OSPEED].
(cfsetispeed): Only set c_ispeed under [_HAVE_STRUCT_TERMIOS_C_ISPEED].
* sysdeps/unix/sysv/linux/bits/termios.h
(_HAVE_STRUCT_TERMIOS_C_ISPEED, _HAVE_STRUCT_TERMIOS_C_OSPEED): Define.
* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
52 files changed:
ChangeLog
nptl/ChangeLog
nptl/pthread_create.c
nptl/pthread_key_create.c
nptl/sysdeps/alpha/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/alpha/tls.h
nptl/sysdeps/generic/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/i386/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/i386/tls.h
nptl/sysdeps/ia64/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/ia64/tls.h
nptl/sysdeps/powerpc/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/powerpc/tls.h
nptl/sysdeps/s390/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/s390/tls.h
nptl/sysdeps/sh/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/sh/tls.h
nptl/sysdeps/sparc/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/sparc/tls.h
nptl/sysdeps/x86_64/td_ta_map_lwp2thr.c [deleted file]
nptl/sysdeps/x86_64/tls.h
nptl_db/ChangeLog
nptl_db/Makefile
nptl_db/db_info.c [new file with mode: 0644]
nptl_db/fetch-value.c [new file with mode: 0644]
nptl_db/proc_service.h
nptl_db/structs.def [new file with mode: 0644]
nptl_db/td_symbol_list.c
nptl_db/td_ta_clear_event.c
nptl_db/td_ta_event_addr.c
nptl_db/td_ta_event_getmsg.c
nptl_db/td_ta_get_nthreads.c
nptl_db/td_ta_map_lwp2thr.c [new file with mode: 0644]
nptl_db/td_ta_new.c
nptl_db/td_ta_set_event.c
nptl_db/td_ta_thr_iter.c
nptl_db/td_ta_tsd_iter.c
nptl_db/td_thr_clear_event.c
nptl_db/td_thr_event_enable.c
nptl_db/td_thr_event_getmsg.c
nptl_db/td_thr_get_info.c
nptl_db/td_thr_getfpregs.c
nptl_db/td_thr_getgregs.c
nptl_db/td_thr_set_event.c
nptl_db/td_thr_setfpregs.c
nptl_db/td_thr_setgregs.c
nptl_db/td_thr_tls_get_addr.c
nptl_db/td_thr_tlsbase.c
nptl_db/td_thr_tsd.c
nptl_db/td_thr_validate.c
nptl_db/thread_db.h
nptl_db/thread_dbP.h