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-llround.c
blob
0157a079f41a698db2fd8c823542dc9f67ad6685
1
#include
"nldbl-compat.h"
2
3
long long int
4
attribute_hidden
5
llroundl
(
double
x
)
6
{
7
return
llround
(
x
);
8
}