Update.
* sysdeps/generic/fpu_control.c: Include math.h for __P definition.
This commit is contained in:
parent
d456553faf
commit
d6a1bbed9b
@ -1,5 +1,7 @@
|
|||||||
1999-06-23 Ulrich Drepper <drepper@cygnus.com>
|
1999-06-23 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/generic/fpu_control.c: Include math.h for __P definition.
|
||||||
|
|
||||||
* posix/getopt.h: Include stdio.h.
|
* posix/getopt.h: Include stdio.h.
|
||||||
|
|
||||||
* manual/arith.texi: Document restriction of ndigit parameter of
|
* manual/arith.texi: Document restriction of ndigit parameter of
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Default FPU control word initialization.
|
/* Default FPU control word initialization.
|
||||||
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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -17,6 +17,7 @@
|
|||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
#include <fpu_control.h>
|
#include <fpu_control.h>
|
||||||
|
|
||||||
/* This module defines `__fpu_control' with the default value. */
|
/* This module defines `__fpu_control' with the default value. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user