]> sourceware.org Git - glibc.git/blame - sysdeps/generic/e_logl.c
Update.
[glibc.git] / sysdeps / generic / e_logl.c
CommitLineData
1f64ac13
UD
1#include <math.h>
2#include <stdio.h>
d705269e 3#include <errno.h>
1f64ac13
UD
4
5long double
6__ieee754_logl (long double x)
7{
8 fputs ("__ieee754_logl not implemented\n", stderr);
d705269e 9 __set_errno (ENOSYS);
1f64ac13
UD
10 return 0.0;
11}
12
13stub_warning (__ieee754_logl)
f2ea0f5b 14#include <stub-tag.h>
This page took 0.043977 seconds and 5 git commands to generate.