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 <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 ?
sorry but i think this is way beyond a beginner's question. you should
write to the perl5 porters list perl5-port...@perl.org where they should
be able to help you with your issue.
thanx,
uri
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/