From: Mike Frysinger Date: Tue, 13 Sep 2016 06:46:35 +0000 (-0400) Subject: flthdr: drop unused mkstemp define X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bee467da9b051adb02ed214dab7586483cac539d;p=elf2flt.git flthdr: drop unused mkstemp define This file stopped using mkstemp a while back, so drop this hack that is no longer needed. Signed-off-by: Mike Frysinger --- diff --git a/flthdr.c b/flthdr.c index 8a8b97c..d1740ac 100644 --- a/flthdr.c +++ b/flthdr.c @@ -29,9 +29,6 @@ const char *elf2flt_progname; #if defined(__MINGW32__) #include - -#define mkstemp(p) mktemp(p) - #endif #if defined TARGET_bfin