Move getopt from linux directory to glibc one

This commit is contained in:
mintsuki 2019-05-06 21:37:31 +02:00
parent 4e0324295e
commit f97d917526
4 changed files with 2 additions and 2 deletions

View file

@ -1,10 +1,12 @@
libc_sources += files(
'generic/getopt-stubs.cpp',
'generic/stdio_ext-stubs.cpp',
'generic/sys-ioctl.cpp',
)
install_headers(
'include/getopt.h',
'include/stdio_ext.h',
)
install_headers(

View file

@ -3,7 +3,6 @@ if disable_linux_option
subdir_done()
endif
libc_sources += files(
'generic/getopt-stubs.cpp',
'generic/mntent-stubs.cpp',
'generic/poll-stubs.cpp',
'generic/pty-stubs.cpp',
@ -20,7 +19,6 @@ libc_sources += files(
install_headers(
'include/elf.h',
'include/getopt.h',
'include/malloc.h',
'include/memory.h',
'include/mntent.h',