From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- math/s_cbrtl.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 math/s_cbrtl.c (limited to 'math/s_cbrtl.c') diff --git a/math/s_cbrtl.c b/math/s_cbrtl.c deleted file mode 100644 index d668e37..0000000 --- a/math/s_cbrtl.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include - -long double -__cbrtl(long double x) -{ - fputs ("__cbrtl not implemented\n", stderr); - __set_errno (ENOSYS); - return 0.0; -} - -weak_alias (__cbrtl, cbrtl) -stub_warning (cbrtl) -#include -- cgit v1.1