mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 11:00:31 +00:00
Make improvements
- Fix unused local variable errors - Remove yoinks from sigaction() header - Add nox87 and aarch64 to github actions - Fix cosmocc -fportcosmo in linking mode - It's now possible to build `make m=llvm o/llvm/libc`
This commit is contained in:
parent
3dc86ce154
commit
f7ae50462a
118 changed files with 342 additions and 392 deletions
1
third_party/zip/zip.c
vendored
1
third_party/zip/zip.c
vendored
|
@ -56,6 +56,7 @@
|
|||
#include "third_party/zip/ttyio.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/errno.h"
|
||||
#include "libc/sysv/consts/sig.h"
|
||||
#include "third_party/bzip2/bzlib.h"
|
||||
|
||||
#ifdef VMS
|
||||
|
|
3
third_party/zip/zip.mk
vendored
3
third_party/zip/zip.mk
vendored
|
@ -91,7 +91,8 @@ THIRD_PARTY_ZIP_DIRECTDEPS = \
|
|||
LIBC_SYSV \
|
||||
LIBC_TIME \
|
||||
LIBC_X \
|
||||
THIRD_PARTY_BZIP2
|
||||
THIRD_PARTY_BZIP2 \
|
||||
THIRD_PARTY_ZLIB
|
||||
|
||||
THIRD_PARTY_ZIP_DEPS := \
|
||||
$(call uniq,$(foreach x,$(THIRD_PARTY_ZIP_DIRECTDEPS),$($(x))))
|
||||
|
|
1
third_party/zip/zipnote.c
vendored
1
third_party/zip/zipnote.c
vendored
|
@ -26,6 +26,7 @@
|
|||
#include "libc/calls/struct/siginfo.h"
|
||||
#include "libc/sysv/consts/sa.h"
|
||||
#include "libc/sysv/consts/sicode.h"
|
||||
#include "libc/sysv/consts/sig.h"
|
||||
#include "libc/sysv/consts/ss.h"
|
||||
|
||||
/* Calculate size of static line buffer used in write (-w) mode. */
|
||||
|
|
1
third_party/zip/zipsplit.c
vendored
1
third_party/zip/zipsplit.c
vendored
|
@ -26,6 +26,7 @@
|
|||
#include "libc/calls/struct/siginfo.h"
|
||||
#include "libc/sysv/consts/sa.h"
|
||||
#include "libc/sysv/consts/sicode.h"
|
||||
#include "libc/sysv/consts/sig.h"
|
||||
#include "libc/sysv/consts/ss.h"
|
||||
|
||||
#define DEFSIZ 36000L /* Default split size (change in help() too) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue