[PATCH 01/12] libc/not-cancel.h: Enable pause_not_cancel for arches without __NR_pause

Markos Chandras markos.chandras at gmail.com
Thu Feb 21 13:58:13 UTC 2013


On 21 February 2013 13:53, Bernhard Reutner-Fischer
<rep.dot.nop at gmail.com> wrote:
> On 21 February 2013 11:11, Markos Chandras <markos.chandras at 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"

-- 
Regards,
Markos Chandras


More information about the uClibc mailing list