mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
1c94bf0f0a
This patch replaces s_trunc.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
70 B
C
3 lines
70 B
C
#define __trunc __trunc_c
|
|
#include <sysdeps/ieee754/dbl-64/s_trunc.c>
|