mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
95b0c2c431
This patch replaces s_floor.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
76 B
C
3 lines
76 B
C
#define __floor __floor_generic
|
|
#include <sysdeps/ieee754/dbl-64/s_floor.c>
|