all: drop fmem{cpy,set}
commit2af099cae27fef1a57aa25d48fc915d619ea216d
authorTobias Klauser <tklauser@distanz.ch>
Tue, 6 Mar 2018 17:44:11 +0000 (6 18:44 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 6 Mar 2018 17:44:11 +0000 (6 18:44 +0100)
treeff661aad6ab62c6db94b68a3eacba930ffb87881
parent18f5d4dde7ef18efa0489f2007f5ebeed89975ea
all: drop fmem{cpy,set}

There is no need to explicity use the builtins. According to [1], GCC
will recognize mem{cpy,set} as built-in functions, unless the
corresponding -fno-builtin-* option is specified (which is not the case
for netsniff-ng).

[1] https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
built_in.h
csum.h
curve.c
netsniff-ng.c
pcap_mm.c
pcap_sg.c
ring.c
ring_rx.c
ring_tx.c
trafgen.c