repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing export of fallocate64 on 32-bit platforms.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_lround.c
blob
f3a27fa9c983e860b39961369c60384fccacf495
1
#include <math_ldbl_opt.h>
2
#include <sysdeps/ieee754/dbl-64/s_lround.c>
3
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
4
compat_symbol
(
libm
,
__lround
,
lroundl
,
GLIBC_2_1
);
5
#endif