From bec51a302f0e7046fcb8c4fcd13ea2969a43a9b7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 May 2007 18:39:55 +0000 Subject: Dummy files to prevent stub versions from being used. * sysdeps/x86_64/fpu/k_cosl.c: New file. * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file. * sysdeps/x86_64/fpu/k_sinl.c: New file. * sysdeps/x86_64/fpu/k_tanl.c: New file. --- nptl/sysdeps/unix/sysv/linux/sem_wait.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/unix/sysv/linux/sem_wait.c b/nptl/sysdeps/unix/sysv/linux/sem_wait.c index e6733e88a3..d1aa97571a 100644 --- a/nptl/sysdeps/unix/sysv/linux/sem_wait.c +++ b/nptl/sysdeps/unix/sysv/linux/sem_wait.c @@ -1,5 +1,5 @@ /* sem_wait -- wait on a semaphore. Generic futex-using version. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras , 2003. @@ -31,9 +31,6 @@ int __new_sem_wait (sem_t *sem) { - /* First check for cancellation. */ - CANCELLATION_P (THREAD_SELF); - int *futex = (int *) sem; int err; -- cgit v1.2.3-70-g09d2