diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 19:51:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 19:51:26 +0000 |
commit | 28cf305854fd91eaa5b5e16d23a612e094f02920 (patch) | |
tree | ee05cd3def653f170669ff20cbdd86741e7455cf /nptl/sysdeps | |
parent | c75d02f05653316b8dfccca404a1e33c49562877 (diff) | |
download | glibc-28cf305854fd91eaa5b5e16d23a612e094f02920.tar glibc-28cf305854fd91eaa5b5e16d23a612e094f02920.tar.gz glibc-28cf305854fd91eaa5b5e16d23a612e094f02920.tar.bz2 glibc-28cf305854fd91eaa5b5e16d23a612e094f02920.zip |
Update.
2003-03-27 David Mosberger <davidm@hpl.hp.com>
* sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
ar.unat before returning. Add missing .mem.offset directives
to ensure file gets assembled without warnings.
* sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/timer_getoverr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c index 247f4a367f..32fbfbd01f 100644 --- a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c +++ b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c @@ -42,7 +42,7 @@ timer_getoverrun (timerid) { # undef timer_getoverrun # ifndef __ASSUME_POSIX_TIMERS - if (__no_posix_timers == 0) + if (__no_posix_timers >= 0) # endif { struct timer *kt = (struct timer *) timerid; |