libbb: add and use infrastructure for fixed page size optimization
function old new delta procps_scan 1121 1118 -3 getpagesize 6 - -6 rpm_main 1037 1027 -10 rpm2cpio_main 120 110 -10 ptok 38 21 -17 time_main 1282 1261 -21 mkswap_main 317 278 -39 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 0/6 up/down: 0/-106) Total: -106 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -128,7 +128,7 @@ int mkswap_main(int argc UNUSED_PARAM, char **argv)
|
||||
|
||||
/* Figure out how big the device is */
|
||||
len = get_volume_size_in_bytes(fd, argv[1], 1024, /*extend:*/ 1);
|
||||
pagesize = getpagesize();
|
||||
pagesize = bb_getpagesize();
|
||||
len -= pagesize;
|
||||
|
||||
/* Announce our intentions */
|
||||
|
||||
Reference in New Issue
Block a user