Skip to content

Commit

Permalink
Merge pull request #102 from oswaldo4/patch-1
Browse files Browse the repository at this point in the history
Not all Linux have fpu_control.h (that's a glibc specific header)
  • Loading branch information
vitaut authored Jul 18, 2016
2 parents 9b0a54c + 50ed47b commit 47d2421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asl/solvers/fpinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fpinit_ASL(Void)
#endif /*APPLE*/

#ifndef ASL_NO_FP_INIT
#ifdef __linux__ /*{*/
#ifdef __GLIBC__ /*{*/
#ifndef NO_fpu_control /*{*/
#define FP_INIT_DONE
#include "fpu_control.h"
Expand Down

0 comments on commit 47d2421

Please sign in to comment.