I'm porting some BSD code to CentOS, and I find that the standard function fpsetmask() found in ieeefp.h has been used in the code.
I'm not yet aware of this function's behaviour, but is there a linux equivalent of this? Or should I create something that emulates this on linux?