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-tan.c
blob
1a27b6fbdd12796f758c5717888b871eb4c51654
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
tanl
(
double
x
)
6
{
7
return
tan
(
x
);
8
}