search for: __libm_private

Displaying 1 result from an estimated 1 matches for "__libm_private".

2001 Mar 07
0
src/main/arithmetic.c on OpenBSD (PR#863)
...Plus from StatSci (I had a binary version of that on Slolaris for a while), I was really glad to find the "R" project. This is perhaps not your bug, but I did have one minor glitch in compiling R. OpenBSD 2.8's math.h does not export the "struct exception" unless you define __LIBM_PRIVATE. The attached patch is all that is needed to make it compile. Feel free to apply this patch in future releases, or not (maybe with "#ifdef __OpenBSD__" around it). Again, thanks for the software. Ian Darwin ian@darwinsys.com --- src/main/arithmetic.c.orig Tue Mar 6 17:58:18 2001 +++ s...