commit | bf0f2c7aa6ab5c33c05b4620a6bfa286bd38c9f9 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bartekgola@gmail.com> | Thu Jun 26 14:31:05 2014 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 30 16:26:57 2014 +0200 |
tree | cb71b1abc53092fb2ec99084d1e8946c8ada1639 | |
parent | d3633b7e9c5dae78343a8552f54b0efa61074380 [diff] |
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>