From 86f910806b2c303c43727d357a5b927e662bb3d1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 6 Nov 2013 21:07:35 +0100 Subject: Remove #undefs for formerly forbidden system functions The macros forbidding the system functions no longer exist, obviating the need for the #undefs. --- compat/getopt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat') diff --git a/compat/getopt.c b/compat/getopt.c index 3e7d3e215e..7c646f6a05 100644 --- a/compat/getopt.c +++ b/compat/getopt.c @@ -38,8 +38,6 @@ static int optind = 1; static int optopt; static char *optarg; -#undef fprintf - static int getopt(int argc, char *argv[], char *opts) { static int sp = 1; -- cgit v1.2.3