inetd: deinline machtime() - gcc gets it wrong
function old new delta machtime - 24 +24 machtime_stream 45 29 -16 machtime_dg 114 97 -17 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 24/-33) Total: -9 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6ca36077cc
commit
121b02d6b6
@ -1697,7 +1697,7 @@ static void FAST_FUNC chargen_dg(int s, servtab_t *sep)
|
||||
* we must add 2208988800 seconds to this figure to make up for
|
||||
* some seventy years Bell Labs was asleep.
|
||||
*/
|
||||
static uint32_t machtime(void)
|
||||
static NOINLINE uint32_t machtime(void)
|
||||
{
|
||||
struct timeval tv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user