Rename INIT_LAST to INIT_FUNC to avoid confusion
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 26 Jun 2014 12:31:05 +0000 (14:31 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 30 Jun 2014 14:26:57 +0000 (16:26 +0200)
commitbf0f2c7aa6ab5c33c05b4620a6bfa286bd38c9f9
treecb71b1abc53092fb2ec99084d1e8946c8ada1639
parentd3633b7e9c5dae78343a8552f54b0efa61074380
Rename INIT_LAST to INIT_FUNC to avoid confusion

We don't have an INIT_FIRST, so let's rename INIT_LAST to INIT_FUNC
to imply that the function is called at program start-up.

Also: the priority argument for __attribute__((constructor)) isn't
used, so let's remove it.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
include/platform.h