From c72565e5f1124c2dc72573e83406fe999e56091f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 22 Dec 2005 03:12:10 +0000 Subject: 2005-12-21 Roland McGrath * sysdeps/generic/bits: Subdirectory and all files moved to ... * bits: ... here, new subdirectory. * Makeconfig (+includes): Reordered includes to put build and sysdeps dirs first after $(..)include, $(sysincludes) last. * sysdeps/generic/bits: Subdirectory and all files moved to ... * bits: ... here, new subdirectory. * Makeconfig (+includes): Reordered includes to put build and sysdeps dirs first after $(..)include, $(sysincludes) last. --- sysdeps/generic/bits/mathinline.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sysdeps/generic/bits/mathinline.h (limited to 'sysdeps/generic/bits/mathinline.h') diff --git a/sysdeps/generic/bits/mathinline.h b/sysdeps/generic/bits/mathinline.h deleted file mode 100644 index 5498af6b63..0000000000 --- a/sysdeps/generic/bits/mathinline.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file should provide inline versions of math functions. - - Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'. - - This file should define __MATH_INLINES if functions are actually defined as - inlines. */ - -#if !defined __NO_MATH_INLINES && defined __OPTIMIZE__ - -/* Here goes the real code. */ - -#endif -- cgit v1.2.1