defines an internal global variable required for linking
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6e6d8c9f72
commit
5a1e90ba77
11
src/kernel/libroot/posix/math/math_globals.c
Normal file
11
src/kernel/libroot/posix/math/math_globals.c
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* Global variable(s) used in the math library
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// this declaration is just a guess...
|
||||||
|
// it "seems" to be what is required, but I would need to run some tests
|
||||||
|
// to see if code that links to this variable actually works as expected.
|
||||||
|
// -- Daniel Reinhold, 26 Oct 2002
|
||||||
|
|
||||||
|
char __infinity[sizeof(double)];
|
Loading…
Reference in New Issue
Block a user