summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-27 19:51:26 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-27 19:51:26 +0000
commit28cf305854fd91eaa5b5e16d23a612e094f02920 (patch)
treeee05cd3def653f170669ff20cbdd86741e7455cf /nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
parentc75d02f05653316b8dfccca404a1e33c49562877 (diff)
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/unix/sysv/linux/timer_getoverr.c')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/timer_getoverr.c2
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;