Sergey Sprogis wrote: > I tried to build some old application on Solaris Next snv_142, but my > build failed because SYS_poll macros no longer exists > in /usr/include/syssyscall.h file. > > Though the same file from Solaris 5.10 has it: > > #define SYS_poll 87 > > Could anyone suggest me workaround for this failure?
Fix the code to use poll() from libc - trying to call system calls directly will always lead to application breakage in future releases. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code