mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
fix for 32 bit Linux problem reported by Timothy
This commit is contained in:
parent
cd45a44180
commit
ab9d822350
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ typedef fp_except fp_except_t;
|
|||
/* for IRIX to use set_fpc_csr() */
|
||||
#include <sys/fpu.h>
|
||||
#endif
|
||||
#ifdef HAVE_FPU_CONTROL_H
|
||||
#include <fpu_control.h>
|
||||
#endif
|
||||
#if defined(__i386__) && !defined(HAVE_FPU_CONTROL_H)
|
||||
# define fpu_control_t unsigned int
|
||||
# define _FPU_EXTENDED 0x300
|
||||
|
|
Loading…
Add table
Reference in a new issue