diff options
Diffstat (limited to 'src/tools/lcc/cpp/getopt.c')
-rw-r--r-- | src/tools/lcc/cpp/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/lcc/cpp/getopt.c b/src/tools/lcc/cpp/getopt.c index abcb35f8..c4d1af7b 100644 --- a/src/tools/lcc/cpp/getopt.c +++ b/src/tools/lcc/cpp/getopt.c @@ -8,7 +8,7 @@ int optopt; char *optarg; int -getopt (int argc, char *const argv[], const char *opts) +lcc_getopt (int argc, char *const argv[], const char *opts) { static int sp = 1; int c; |