mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 00:08:30 +00:00
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs - Rename libc/intrin/bits.h to libc/serialize.h - Block pthread cancelation in fchmodat() polyfill - Remove `clang-format off` statements in third_party
This commit is contained in:
parent
96f979dfc5
commit
fa20edc44d
3057 changed files with 410 additions and 4398 deletions
1
third_party/zip/api.h
vendored
1
third_party/zip/api.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
api.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/crc32.c
vendored
1
third_party/zip/crc32.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
Copyright (c) 1990-2008 Info-ZIP. All rights reserved.
|
||||
|
||||
|
|
1
third_party/zip/crc32.h
vendored
1
third_party/zip/crc32.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
Copyright (c) 1990-2008 Info-ZIP. All rights reserved.
|
||||
|
||||
|
|
1
third_party/zip/crypt.c
vendored
1
third_party/zip/crypt.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
Copyright (c) 1990-2008 Info-ZIP. All rights reserved.
|
||||
|
||||
|
|
1
third_party/zip/crypt.h
vendored
1
third_party/zip/crypt.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
Copyright (c) 1990-2007 Info-ZIP. All rights reserved.
|
||||
|
||||
|
|
1
third_party/zip/deflate.c
vendored
1
third_party/zip/deflate.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
deflate.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/fileio.c
vendored
1
third_party/zip/fileio.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
fileio.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/globals.c
vendored
1
third_party/zip/globals.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
globals.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/osdep.h
vendored
1
third_party/zip/osdep.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
unix/osdep.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/revision.h
vendored
1
third_party/zip/revision.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
revision.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/tailor.h
vendored
1
third_party/zip/tailor.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
tailor.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/timezone.c
vendored
1
third_party/zip/timezone.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
timezone.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/timezone.h
vendored
1
third_party/zip/timezone.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
timezone.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/trees.c
vendored
1
third_party/zip/trees.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
trees.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/ttyio.c
vendored
1
third_party/zip/ttyio.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
ttyio.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/ttyio.h
vendored
1
third_party/zip/ttyio.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
ttyio.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/unix.c
vendored
1
third_party/zip/unix.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
unix/unix.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/util.c
vendored
1
third_party/zip/util.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
util.c
|
||||
|
||||
|
|
1
third_party/zip/zbz2err.c
vendored
1
third_party/zip/zbz2err.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
Copyright (c) 1990-2008 Info-ZIP. All rights reserved.
|
||||
|
||||
|
|
1
third_party/zip/zip.c
vendored
1
third_party/zip/zip.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zip.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zip.h
vendored
1
third_party/zip/zip.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zip.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zipcloak.c
vendored
1
third_party/zip/zipcloak.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zipcloak.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/ziperr.h
vendored
1
third_party/zip/ziperr.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
ziperr.h - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zipfile.c
vendored
1
third_party/zip/zipfile.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zipfile.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zipnote.c
vendored
1
third_party/zip/zipnote.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zipnote.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zipsplit.c
vendored
1
third_party/zip/zipsplit.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zipsplit.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zipup.c
vendored
1
third_party/zip/zipup.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
zipup.c - Zip 3
|
||||
|
||||
|
|
1
third_party/zip/zipup.h
vendored
1
third_party/zip/zipup.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
unix/zipup.h - Zip 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue