From 61d5bd36c79442902af03555cef34bc1a2c19b8c Mon Sep 17 00:00:00 2001 From: Nagy Tibor <xnagytibor@gmail.com> Date: Thu, 18 Oct 2018 13:01:52 +0000 Subject: [PATCH] Revert "Temporarily declare that option struct for relibc" This reverts commit a9d6294b8260cca0cf88d3d2b58d5a15953005a2 --- utils/tmdy_getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tmdy_getopt.h b/utils/tmdy_getopt.h index 131a9ce3..a9d4a157 100644 --- a/utils/tmdy_getopt.h +++ b/utils/tmdy_getopt.h @@ -69,7 +69,7 @@ extern int getopt (int __argc, char *const *__argv, const char *__shortopts); /* gtopt_long() declared here */ #include <getopt.h> -#if 1 +#if __POCC__ struct option { const char *name; int has_arg; -- GitLab