Skip to content

Commit

Permalink
* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include
Browse files Browse the repository at this point in the history
	<fenv_libc.h> instead of <fenv.h>.
  • Loading branch information
Ulrich Drepper committed Apr 12, 2008
1 parent 3781ec2 commit 3cc56f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

* sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
__fe_nomask_env.
* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.
* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include
<fenv_libc.h> instead of <fenv.h>.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */

#include <fenv.h>
#include <fenv_libc.h>
#include <errno.h>
#include <signal.h>
#include <unistd.h>
Expand Down

0 comments on commit 3cc56f9

Please sign in to comment.