mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
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.
This commit is contained in:
parent
a2ccc76087
commit
bec51a302f
@ -1,5 +1,11 @@
|
|||||||
2007-05-17 Ulrich Drepper <drepper@redhat.com>
|
2007-05-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
* version.h (VERSION): Set to 2.6.90.
|
* version.h (VERSION): Set to 2.6.90.
|
||||||
|
|
||||||
2007-05-14 Ulrich Drepper <drepper@redhat.com>
|
2007-05-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-05-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sem_wait.c (__new_sem_wait): Remove
|
||||||
|
unnecessary extra cancellation test.
|
||||||
|
|
||||||
2007-05-14 Ulrich Drepper <drepper@redhat.com>
|
2007-05-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove unnecessary
|
* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove unnecessary
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* sem_wait -- wait on a semaphore. Generic futex-using version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
|
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
|
||||||
|
|
||||||
@ -31,9 +31,6 @@
|
|||||||
int
|
int
|
||||||
__new_sem_wait (sem_t *sem)
|
__new_sem_wait (sem_t *sem)
|
||||||
{
|
{
|
||||||
/* First check for cancellation. */
|
|
||||||
CANCELLATION_P (THREAD_SELF);
|
|
||||||
|
|
||||||
int *futex = (int *) sem;
|
int *futex = (int *) sem;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
1
sysdeps/x86_64/fpu/k_cosl.c
Normal file
1
sysdeps/x86_64/fpu/k_cosl.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Not needed. */
|
1
sysdeps/x86_64/fpu/k_rem_pio2l.c
Normal file
1
sysdeps/x86_64/fpu/k_rem_pio2l.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Not needed. */
|
1
sysdeps/x86_64/fpu/k_sinl.c
Normal file
1
sysdeps/x86_64/fpu/k_sinl.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Not needed. */
|
1
sysdeps/x86_64/fpu/k_tanl.c
Normal file
1
sysdeps/x86_64/fpu/k_tanl.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Not needed. */
|
Loading…
Reference in New Issue
Block a user