summaryrefslogtreecommitdiff
path: root/libquadmath/math/truncq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/truncq.c')
-rw-r--r--libquadmath/math/truncq.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libquadmath/math/truncq.c b/libquadmath/math/truncq.c
index 607c24985e3..2b9f2fc6609 100644
--- a/libquadmath/math/truncq.c
+++ b/libquadmath/math/truncq.c
@@ -1,5 +1,5 @@
/* Truncate argument to nearest integral value not larger than the argument.
- Copyright (C) 1997-2017 Free Software Foundation, Inc.
+ Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
@@ -15,12 +15,12 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
-#include "quadmath-imp.h"
+#define NO_MATH_REDIRECT
+#include "quadmath-imp.h"
__float128
truncq (__float128 x)