[PATCH] Fix execl sentinels

Denys Vlasenko vda.linux at googlemail.com
Mon Jul 1 16:45:12 UTC 2013


On Mon, Jul 1, 2013 at 5:13 AM, Rich Felker <dalias at aerifal.cx> wrote:
> That's why we changed the definition in musl to 0L rather than 0.

Expect C++ people to complain, because C++ standard says
that NULL should be a null pointer literal (i.e. 0),
not a long integer constant of value 0.

--
vda


More information about the busybox mailing list