Hello

I am trying to write an extension module (uses native C code) and I notice
after including <perl.h>, 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 <perl.h> just to
give me access to the original POSIX function ?

--
Thank you,
Timothy Madden

Reply via email to