summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soltools/cpp/_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c
index 2240de2a8..627a29fc7 100644
--- a/soltools/cpp/_unix.c
+++ b/soltools/cpp/_unix.c
@@ -12,7 +12,7 @@
#include "cpp.h"
-extern int getopt(int, char *const *, const char *);
+extern int stgetopt(int, char *const *, const char *);
extern char *optarg, rcsid[];
extern int optind;
@@ -36,7 +36,7 @@ void
Tokenrow tr;
setup_kwtab();
- while ((c = getopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1)
+ while ((c = stgetopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1)
switch (c)
{
case 'N':