smalloc: fix ptr address in redzone error message
[fio.git] / oslib / getopt_long.c
index 8ec77413b7a7a6fe507dbb3b3fae90a761fb00eb..463919fb7ba2102ce5cc04748d6806929583c154 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "getopt.h"
 
-char *optarg = NULL;
-int optind = 0, opterr = 0, optopt = 0;
+char *optarg;
+int optind, opterr, optopt;
 
 static struct getopt_private_state {
        const char *optptr;