Fixing multiple getopt definitions

This commit is contained in:
Alex Yatskov 2016-12-02 09:15:35 -08:00
parent 3c455a6426
commit 6c26d968ba

View File

@ -342,7 +342,6 @@ getopt(int nargc, char * const *nargv, const char *options)
} }
return retval; return retval;
} }
#endif
/* /*
* getopt_long -- * getopt_long --
@ -478,3 +477,5 @@ getopt_long(int nargc, char * const *nargv, const char *options,
} }
return retval; return retval;
} }
#endif