summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-06 21:07:35 +0100
committerDiego Biurrun <diego@biurrun.de>2013-11-07 00:26:15 +0100
commit86f910806b2c303c43727d357a5b927e662bb3d1 (patch)
tree473b3903abf71e7b7652062130ab836ce2912239 /compat
parentcffecc0e7ebd642afaa1fb9f56fab1fcc283293c (diff)
Remove #undefs for formerly forbidden system functions
The macros forbidding the system functions no longer exist, obviating the need for the #undefs.
Diffstat (limited to 'compat')
-rw-r--r--compat/getopt.c2
1 files changed, 0 insertions, 2 deletions
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;