diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-09 02:10:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-09 02:10:21 +0000 |
commit | 14b2ede5b27384fb037282b98cacbc516c9cd34c (patch) | |
tree | 7276aec28f416feb6bd45d38ac196d559c8f0633 /sysdeps/sh/dl-tls.h | |
parent | 776cc5d31c5e8031315b1a0e4fb73e3755b18eba (diff) | |
download | glibc-14b2ede5b27384fb037282b98cacbc516c9cd34c.tar.gz glibc-14b2ede5b27384fb037282b98cacbc516c9cd34c.tar.xz glibc-14b2ede5b27384fb037282b98cacbc516c9cd34c.zip |
Update.
2002-04-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/timer_getoverr.c: Return real overrun. * sysdeps/pthread/posix-timer.h (struct timer_node): Add overrun_count. * sysdeps/pthread/timer_routines.c (thread_func): Schedule next timeout based on previous one and not on current time. Count overruns. Patch by Eric F. Sorton <eric@cctcorp.com>. * sysdeps/unix/sysv/linux/bits/local_lim.h: Add DELAYTIMER_MAX. (FLOATING_STACKS, ARCH_STACK_MAX_SIZE): Defined.
Diffstat (limited to 'sysdeps/sh/dl-tls.h')
-rw-r--r-- | sysdeps/sh/dl-tls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/sh/dl-tls.h b/sysdeps/sh/dl-tls.h index fb0437317a..98e2f19046 100644 --- a/sysdeps/sh/dl-tls.h +++ b/sysdeps/sh/dl-tls.h @@ -26,5 +26,4 @@ typedef struct } tls_index; -extern void *__tls_get_addr (tls_index *ti) - __attribute__ ((__regparm__ (1))); +extern void *__tls_get_addr (tls_index *ti); |