On 21 February 2013 14:58, Markos Chandras <[email protected]> wrote:
> On 21 February 2013 13:53, Bernhard Reutner-Fischer
> <[email protected]> wrote:
>> 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?
>
> Hi Bernhard,
>
> From patch [02/12]
>
> "libc/pause: Add __pause_not_cancel weak alias" which should probably
> be renamed to
>
> "libc/pause: Add __pause_nocancel weak alias"

so please squash that 02 into the user (01). It will fail to link otherwise.
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to