Subject: | syscall() return value inconsistency |
There seems to be an inconsistency on the return value of syscall():
/opt/SUNWspro/bin/cc -c -I/usr/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O -DVERSION=\"4.72\" -DXS_VERSION=\"4.72\" -KPIC "-I/export/home/njh/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/i86pc-solaris/CORE" AIO.c
"/usr/include/sys/syscall.h", line 515: identifier redeclared: syscall
current : function(int, ...) returning long
previous: function(int, ...) returning int : "/export/home/njh/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/i86pc-solaris/CORE/perl.h", line 1011
cc: acomp failed for AIO.c
*** Error code 1