diff options
author | Andreas Schwab <schwab@suse.de> | 1999-06-26 16:43:55 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-06-26 16:43:55 +0000 |
commit | afbdca978dc64cf7b662c110a99ebaace78031c7 (patch) | |
tree | 0fc6a68b4940df8810b7a5ab1f335b15968e4a4b /sysdeps/m68k/fpu/s_modf.c | |
parent | 6f9dc08b86038568437caa7c34aa550510e4e8de (diff) | |
download | glibc-afbdca978dc64cf7b662c110a99ebaace78031c7.tar.gz glibc-afbdca978dc64cf7b662c110a99ebaace78031c7.tar.xz glibc-afbdca978dc64cf7b662c110a99ebaace78031c7.zip |
* sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal
definitions... * sysdeps/m68k/fpu/mathimpl.h: ... here. New file. * sysdeps/m68k/fpu/e_acos.c: Include "mathimpl.h". * sysdeps/m68k/fpu/e_atan2.c: Likewise. * sysdeps/m68k/fpu/e_fmod.c: Likewise. * sysdeps/m68k/fpu/e_pow.c: Likewise. * sysdeps/m68k/fpu/e_scalb.c: Likewise. * sysdeps/m68k/fpu/s_ccos.c: Likewise. * sysdeps/m68k/fpu/s_ccosh.c: Likewise. * sysdeps/m68k/fpu/s_cexp.c: Likewise. * sysdeps/m68k/fpu/s_csin.c: Likewise. * sysdeps/m68k/fpu/s_csinh.c: Likewise. * sysdeps/m68k/fpu/s_ilogb.c: Likewise. * sysdeps/m68k/fpu/s_llrint.c: Likewise. * sysdeps/m68k/fpu/s_llrintf.c: Likewise. * sysdeps/m68k/fpu/s_llrintl.c: Likewise. * sysdeps/m68k/fpu/s_modf.c: Likewise.
Diffstat (limited to 'sysdeps/m68k/fpu/s_modf.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_modf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/s_modf.c b/sysdeps/m68k/fpu/s_modf.c index 52ee64caad..d19f2a7f89 100644 --- a/sysdeps/m68k/fpu/s_modf.c +++ b/sysdeps/m68k/fpu/s_modf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <math.h> +#include "mathimpl.h" #ifndef SUFF #define SUFF |