mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Switch public headers to getopt_long() entirely
Cosmopolitan's getopt() is now redefined as __getopt().
This commit is contained in:
parent
0c630d95b5
commit
fe044e22cc
137 changed files with 148 additions and 179 deletions
1
third_party/zstd/lib/common/mem.h
vendored
1
third_party/zstd/lib/common/mem.h
vendored
|
@ -42,7 +42,6 @@ extern "C" {
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h" /* _byteswap_ulong */
|
||||
// MISSING #include <intrin.h> /* _byteswap_* */
|
||||
|
|
1
third_party/zstd/lib/common/zstd_deps.h
vendored
1
third_party/zstd/lib/common/zstd_deps.h
vendored
|
@ -70,7 +70,6 @@
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h"
|
||||
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#include "libc/sysv/consts/o.h"
|
||||
#include "libc/sysv/consts/ok.h"
|
||||
#include "libc/time/time.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/lockf.h"
|
||||
#include "libc/calls/calls.h"
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/cover.c
vendored
1
third_party/zstd/lib/dictBuilder/cover.c
vendored
|
@ -42,7 +42,6 @@
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h" /* malloc, free, qsort */
|
||||
#include "libc/mem/alg.h"
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/cover.h
vendored
1
third_party/zstd/lib/dictBuilder/cover.h
vendored
|
@ -33,7 +33,6 @@
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h" /* malloc, free, qsort */
|
||||
#include "libc/mem/alg.h"
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h"
|
||||
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/fastcover.c
vendored
1
third_party/zstd/lib/dictBuilder/fastcover.c
vendored
|
@ -32,7 +32,6 @@
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h" /* malloc, free, qsort */
|
||||
#include "libc/mem/alg.h"
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/zdict.c
vendored
1
third_party/zstd/lib/dictBuilder/zdict.c
vendored
|
@ -50,7 +50,6 @@
|
|||
#include "libc/stdio/temp.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/getopt/getopt.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/rand48.h" /* malloc, free */
|
||||
#include "libc/mem/alg.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue