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_clogl.c
blob
75126c8b8953a9862aff88feb93fd1cd65a06a72
1
#include <complex.h>
2
#include <math_ldbl_opt.h>
3
#undef weak_alias
4
#define weak_alias(n,a)
5
#include <math/s_clogl.c>
6
long_double_symbol
(
libm
,
__clogl
,
clogl
);