mirror of
https://github.com/fluencelabs/musl
synced 2025-07-03 00:22:11 +00:00
math: define _GNU_SOURCE when implementing non-standard math functions
this makes the prototypes in math.h are visible so they are checked agaist the function definitions
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
* ====================================================
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include "libm.h"
|
||||
|
||||
/* Small multiples of pi/2 rounded to double precision. */
|
||||
|
Reference in New Issue
Block a user