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
/
nldbl-modf.c
blob
bcbe6bb435b3e01c2100f662fd826b48cfdb3129
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
modfl
(
double
x
,
double
*
iptr
)
6
{
7
return
modf
(
x
,
iptr
);
8
}