[PATCH 3/3] platform: fix missing sigisemptyset

Daniel Borca dborca at yahoo.com
Wed Nov 27 15:23:03 UTC 2013



walter harms wrote:
>
>
> Am 27.11.2013 15:21, schrieb Denys Vlasenko:
>> On Wed, Nov 27, 2013 at 2:46 AM, Rich Felker<dalias at aerifal.cx>  wrote:
>>> On Tue, Nov 26, 2013 at 10:01:36PM +0200, Daniel Borca wrote:
>>>> +             ret = !memcmp(&empty, set, sizeof(sigset_t));
>
> i would expect a warning here. ret is int and memcopy returns (void *).
> This makes int=void*.
>
> re,
>   wh

Now _that_ just blew my mind.

-dborca


More information about the busybox mailing list