aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools/lcc/cpp/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/tools/lcc/cpp/getopt.c')
-rw-r--r--code/tools/lcc/cpp/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/tools/lcc/cpp/getopt.c b/code/tools/lcc/cpp/getopt.c
index abcb35f..c4d1af7 100644
--- a/code/tools/lcc/cpp/getopt.c
+++ b/code/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;