From 43df859b957290a8fa1c1f55916aa560352099ee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Apr 2001 23:01:06 +0000 Subject: Update. 2001-04-11 David S. Miller * sysdeps/sparc/sparc32/pt-machine.h (stack_pointer): Advance up closer to user local variables so that new cleanup heuristics work. * sysdeps/sparc/sparc64/pt-machine.h (stack_pointer): Likewise. --- linuxthreads/tst-cancel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/tst-cancel.c') diff --git a/linuxthreads/tst-cancel.c b/linuxthreads/tst-cancel.c index 75d6c0de66..f2f97d2dbf 100644 --- a/linuxthreads/tst-cancel.c +++ b/linuxthreads/tst-cancel.c @@ -20,6 +20,7 @@ cleanup (void *arg) char *cp = stpcpy (s, "cleanup "); *cp++ = '0' + nr; *cp++ = '\n'; + __libc_lseek (fd, 0, SEEK_END); __libc_write (fd, s, cp - s); } -- cgit v1.2.3