diff options
Diffstat (limited to 'sysdeps/stub')
-rw-r--r-- | sysdeps/stub/e_hypotl.c | 11 | ||||
-rw-r--r-- | sysdeps/stub/e_sinhl.c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/sysdeps/stub/e_hypotl.c b/sysdeps/stub/e_hypotl.c deleted file mode 100644 index a7a6e124d3..0000000000 --- a/sysdeps/stub/e_hypotl.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <math.h> -#include <stdio.h> - -long double -__ieee754_hypotl (long double x, long double y) -{ - fputs ("__ieee754_hypotl not implemented\n", stderr); - return 0.0; -} - -stub_warning (__ieee754_hypotl) diff --git a/sysdeps/stub/e_sinhl.c b/sysdeps/stub/e_sinhl.c deleted file mode 100644 index 8fe11d4ea9..0000000000 --- a/sysdeps/stub/e_sinhl.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <math.h> -#include <stdio.h> - -long double -__ieee754_sinhl (long double x) -{ - fputs ("__ieee754_sinhl not implemented\n", stderr); - return 0.0; -} - -stub_warning (__ieee754_sinhl) |