summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-03 21:21:33 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-03 21:21:33 +0000
commit82ff19e279cc8fae158947314e8c07034dd5b1e5 (patch)
treee00eaaa60d395aba74b579c7c87cf07a02d665fa /libc
parent2fb90be2fc519af1f18bb94f1b0ee54d49bd3ab8 (diff)
Rename getopt_long-susv3 to -simple
Diffstat (limited to 'libc')
-rw-r--r--libc/unistd/Makefile.in4
-rw-r--r--libc/unistd/getopt_long-simple.c (renamed from libc/unistd/getopt_long-susv3.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/unistd/Makefile.in b/libc/unistd/Makefile.in
index 6e85e10c9..8095aa641 100644
--- a/libc/unistd/Makefile.in
+++ b/libc/unistd/Makefile.in
@@ -19,11 +19,11 @@ CSRC := $(filter-out daemon.c,$(CSRC))
endif
ifeq ($(UCLIBC_HAS_GNU_GETOPT),y)
-CSRC := $(filter-out getopt-susv3.c getopt_long-susv3.c,$(CSRC))
+CSRC := $(filter-out getopt-susv3.c getopt_long-simple.c,$(CSRC))
else
CSRC := $(filter-out getopt.c,$(CSRC))
ifneq ($(UCLIBC_HAS_GETOPT_LONG),y)
-CSRC := $(filter-out getopt_long-susv3.c,$(CSRC))
+CSRC := $(filter-out getopt_long-simple.c,$(CSRC))
endif
endif
diff --git a/libc/unistd/getopt_long-susv3.c b/libc/unistd/getopt_long-simple.c
index 2dae341a3..2dae341a3 100644
--- a/libc/unistd/getopt_long-susv3.c
+++ b/libc/unistd/getopt_long-simple.c