On 21 February 2013 14:14, Bernhard Reutner-Fischer
<rep.dot....@gmail.com> wrote:
> On 21 February 2013 14:58, Markos Chandras <markos.chand...@gmail.com> wrote:
>> On 21 February 2013 13:53, Bernhard Reutner-Fischer
>> <rep.dot....@gmail.com> wrote:
>>> On 21 February 2013 11:11, Markos Chandras <markos.chand...@gmail.com> 
>>> 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.

Ok I will rebase the git branch. Thanks

-- 
Regards,
Markos Chandras
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to