From 7f08f55a9f88d23fcfbf1fed00f4d5a094e5fffc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 9 Sep 2003 07:01:01 +0000 Subject: * 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. --- nptl_db/thread_db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nptl_db/thread_db.h') diff --git a/nptl_db/thread_db.h b/nptl_db/thread_db.h index 6328e16..433b54f 100644 --- a/nptl_db/thread_db.h +++ b/nptl_db/thread_db.h @@ -56,7 +56,7 @@ typedef enum TD_TLSDEFER, /* Thread has not yet allocated TLS for given module. */ TD_NOTALLOC = TD_TLSDEFER, TD_VERSION, /* Version if libpthread and libthread_db do not match. */ - TD_NOTLS /* There is TLS segment in the given module. */ + TD_NOTLS /* There is no TLS segment in the given module. */ } td_err_e; @@ -412,8 +412,8 @@ extern td_err_e td_thr_tlsbase (const td_thrhandle_t *__th, /* Get address of thread local variable. */ extern td_err_e td_thr_tls_get_addr (const td_thrhandle_t *__th, - void *__map_address, size_t __offset, - void **__address); + psaddr_t __map_address, size_t __offset, + psaddr_t *__address); /* Enable reporting for EVENT for thread TH. */ -- cgit v1.1