From: Ulrich Drepper Date: Wed, 21 May 1997 00:05:21 +0000 (+0000) Subject: We have a real implementation now. X-Git-Tag: cvs/libc-2_0_4~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba11b11f3fa92b5b3857372d9d5b073813ec41e5;p=thirdparty%2Fglibc.git We have a real implementation now. --- diff --git a/sysdeps/stub/e_atan2l.c b/sysdeps/stub/e_atan2l.c deleted file mode 100644 index 3edfacd68af..00000000000 --- a/sysdeps/stub/e_atan2l.c +++ /dev/null @@ -1,11 +0,0 @@ -#include -#include - -long double -__ieee754_atan2l (long double x, long double y) -{ - fputs ("__ieee754_atan2l not implemented\n", stderr); - return 0.0; -} - -stub_warning (__ieee754_atan2l)