mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 00:10:31 +00:00
Release Cosmopolitan v3.6.0
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
This commit is contained in:
parent
62ace3623a
commit
5660ec4741
1585 changed files with 117353 additions and 271644 deletions
2
third_party/zip/fileio.c
vendored
2
third_party/zip/fileio.c
vendored
|
@ -14,6 +14,8 @@
|
|||
#define __FILEIO_C
|
||||
|
||||
#include "third_party/zip/zip.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "libc/wctype.h"
|
||||
#include "third_party/zip/crc32.h"
|
||||
|
||||
#ifdef MACOS
|
||||
|
|
1
third_party/zip/util.c
vendored
1
third_party/zip/util.c
vendored
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "third_party/zip/zip.h"
|
||||
// MISSING #include "ebcdic.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "libc/str/str.h"
|
||||
|
||||
#ifdef MSDOS16
|
||||
|
|
1
third_party/zip/zip.c
vendored
1
third_party/zip/zip.c
vendored
|
@ -55,6 +55,7 @@
|
|||
#include "libc/str/str.h"
|
||||
#include "libc/errno.h"
|
||||
#include "libc/sysv/consts/sig.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/bzip2/bzlib.h"
|
||||
|
||||
#ifdef VMS
|
||||
|
|
1
third_party/zip/zipfile.c
vendored
1
third_party/zip/zipfile.c
vendored
|
@ -19,6 +19,7 @@
|
|||
#include "libc/assert.h"
|
||||
#include "third_party/zip/crc32.h"
|
||||
#endif
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/zip/crc32.h"
|
||||
|
||||
/* for realloc 2/6/2005 EG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue