On 05/12/2016 04:15 PM, Timothy Madden wrote:
Hello
I am trying to write an extension module (uses native C code) and I
notice after including , that POSIX read() function is now
overriden by a Perl macro.
Can I find this explained somewhere please ? Is it safe to ignore ?
Should I #undef
Hello
I am trying to write an extension module (uses native C code) and I notice
after including , that POSIX read() function is now overriden by a
Perl macro.
Can I find this explained somewhere please ? Is it safe to ignore ? Should
I #undef it, or should I create a separate .c file without ju