systemlibc: add back external statements for stgetopt

This commit is contained in:
Rene Engelhard
2010-06-14 23:14:28 +02:00
parent e592b81491
commit d314f325b4

View File

@@ -12,6 +12,12 @@
#include "cpp.h"
#if defined MACOSX
extern int stgetopt(int, char *const *, const char *);
extern char *optarg;
extern int optind;
#endif
extern char rcsid[];
int Pflag = 0; /* print no line information */