소스 검색

Rename getopt_long-susv3 to -simple

Peter S. Mazinger 18 년 전
부모
커밋
82ff19e279
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      libc/unistd/Makefile.in
  2. 0 0
      libc/unistd/getopt_long-simple.c

+ 2 - 2
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
 

+ 0 - 0
libc/unistd/getopt_long-susv3.c → libc/unistd/getopt_long-simple.c