dhcp: get rid of static data signal_pipe
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 31 May 2019 21:39:22 +0000 (23:39 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 31 May 2019 21:39:22 +0000 (23:39 +0200)
commit65c34c52df3ed46f0b811d1858c271a373ab6af5
tree8c9a08f6ff1b442dbb642995d1870cb2efd87a0d
parent91755cb16d496d1094f5d81051a1e1e6f27a21c1
dhcp: get rid of static data signal_pipe

function                                             old     new   delta
udhcp_sp_setup                                        65     110     +45
udhcp_sp_fd_set                                       60      59      -1
udhcpd_main                                         1442    1437      -5
udhcpc_main                                         2684    2679      -5
signal_pipe                                            8       -      -8
packed_usage                                       33292   33284      -8
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/4 up/down: 45/-27)             Total: 18 bytes
   text    data     bss     dec     hex filename
 952746     481    7296  960523   ea80b busybox_old
 952768     481    7288  960537   ea819 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/d6_dhcpc.c
networking/udhcp/dhcpc.c
networking/udhcp/dhcpd.c
networking/udhcp/signalpipe.c