math: define _GNU_SOURCE when implementing non-standard math functions
authorSzabolcs Nagy <nsz@port70.net>
Thu, 12 Dec 2013 03:42:11 +0000 (03:42 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 12 Dec 2013 03:42:11 +0000 (03:42 +0000)
commitec411999a0262c8e3e6be53ae11ad761776a2fc1
treef3544c743f39bbbe63afe7ee3cf07daf40c6fa0e
parent8708e137d68480f4b996bfec2cd2ca596f1105d7
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
src/math/j0f.c
src/math/j1f.c
src/math/scalb.c
src/math/scalbf.c
src/math/sincos.c
src/math/sincosf.c