Revert "[libc] Implement getopt"
authorAlex Brachet <abrachet@google.com>
Thu, 27 Oct 2022 06:47:24 +0000 (06:47 +0000)
committerAlex Brachet <abrachet@google.com>
Thu, 27 Oct 2022 06:47:24 +0000 (06:47 +0000)
commitd6ac84bce8efb7a4b812ec7936291c7113d09039
tree161ec4a43da85e7d6871d4d0da6ab4470983c64c
parenta678f86351c30a7d57197ffefab4e6e44e61a857
Revert "[libc] Implement getopt"

This reverts commit a678f86351c30a7d57197ffefab4e6e44e61a857.
12 files changed:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/__getoptargv_t.h [deleted file]
libc/spec/posix.td
libc/src/unistd/CMakeLists.txt
libc/src/unistd/getopt.cpp [deleted file]
libc/src/unistd/getopt.h [deleted file]
libc/test/src/unistd/CMakeLists.txt
libc/test/src/unistd/getopt_test.cpp [deleted file]