]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
We have a real implementation now.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 May 1997 00:05:21 +0000 (00:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 May 1997 00:05:21 +0000 (00:05 +0000)
sysdeps/stub/e_atan2l.c [deleted file]

diff --git a/sysdeps/stub/e_atan2l.c b/sysdeps/stub/e_atan2l.c
deleted file mode 100644 (file)
index 3edfacd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <math.h>
-#include <stdio.h>
-
-long double
-__ieee754_atan2l (long double x, long double y)
-{
-  fputs ("__ieee754_atan2l not implemented\n", stderr);
-  return 0.0;
-}
-
-stub_warning (__ieee754_atan2l)