On 21 February 2013 11:11, Markos Chandras <[email protected]> wrote:

>  # define pause_not_cancel() \
>    INLINE_SYSCALL (pause, 0)
> -/*#else
> +#else
>  # define pause_not_cancel() \
> -  __pause_nocancel ()*/
> +  __pause_nocancel ()
>  #endif

Where does that __pause_nocancel impl come from if you don't have __NR_pause?
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to