diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-11-22 18:45:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-11-22 18:45:43 +0000 |
commit | e729bad58bfbda44b17745763789ca01c663206d (patch) | |
tree | 2ef50ed39b4c9334b8d2fd9d5d7d6ea6f6757b6b /sysdeps/m68k/fpu/e_pow.c | |
parent | c48d19d0d5cdd38636e701fdd74e72edbc8b5c7b (diff) | |
download | glibc-e729bad58bfbda44b17745763789ca01c663206d.tar glibc-e729bad58bfbda44b17745763789ca01c663206d.tar.gz glibc-e729bad58bfbda44b17745763789ca01c663206d.tar.bz2 glibc-e729bad58bfbda44b17745763789ca01c663206d.zip |
Define __LIBC_INTERNAL_MATH_INLINES instead of
__LIBC_M81_MATH_INLINES.
Diffstat (limited to 'sysdeps/m68k/fpu/e_pow.c')
-rw-r--r-- | sysdeps/m68k/fpu/e_pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/e_pow.c b/sysdeps/m68k/fpu/e_pow.c index b3d151fadc..c36b64316e 100644 --- a/sysdeps/m68k/fpu/e_pow.c +++ b/sysdeps/m68k/fpu/e_pow.c @@ -16,7 +16,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define __LIBC_M81_MATH_INLINES +#define __LIBC_INTERNAL_MATH_INLINES #include <math.h> #include "math_private.h" |