mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
9f234eafe8
This patch replaces s_ceil.c in sysdeps/dbl-64 with the one in sysdeps/dbl-64/wordsize-64 and removes the latter one. The code is not changed except changes in code style. Also adjusted the include path in x86_64 and sparc64 files. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
3 lines
67 B
C
3 lines
67 B
C
#define __ceil __ceil_c
|
|
#include <sysdeps/ieee754/dbl-64/s_ceil.c>
|