mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +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/zstd/lib/common/allocations.h
vendored
1
third_party/zstd/lib/common/allocations.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/bits.h
vendored
1
third_party/zstd/lib/common/bits.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/bitstream.h
vendored
1
third_party/zstd/lib/common/bitstream.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* bitstream
|
||||
* Part of FSE library
|
||||
|
|
1
third_party/zstd/lib/common/compiler.h
vendored
1
third_party/zstd/lib/common/compiler.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/cpu.h
vendored
1
third_party/zstd/lib/common/cpu.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/debug.c
vendored
1
third_party/zstd/lib/common/debug.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* debug
|
||||
* Part of FSE library
|
||||
|
|
1
third_party/zstd/lib/common/debug.h
vendored
1
third_party/zstd/lib/common/debug.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* debug
|
||||
* Part of FSE library
|
||||
|
|
1
third_party/zstd/lib/common/entropy_common.c
vendored
1
third_party/zstd/lib/common/entropy_common.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* Common functions of New Generation Entropy library
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
|
1
third_party/zstd/lib/common/error_private.c
vendored
1
third_party/zstd/lib/common/error_private.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/error_private.h
vendored
1
third_party/zstd/lib/common/error_private.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/fse.h
vendored
1
third_party/zstd/lib/common/fse.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* FSE : Finite State Entropy codec
|
||||
* Public Prototypes declaration
|
||||
|
|
1
third_party/zstd/lib/common/fse_decompress.c
vendored
1
third_party/zstd/lib/common/fse_decompress.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* FSE : Finite State Entropy decoder
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
|
1
third_party/zstd/lib/common/huf.h
vendored
1
third_party/zstd/lib/common/huf.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* huff0 huffman codec,
|
||||
* part of Finite State Entropy library
|
||||
|
|
1
third_party/zstd/lib/common/mem.h
vendored
1
third_party/zstd/lib/common/mem.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/pool.c
vendored
1
third_party/zstd/lib/common/pool.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/pool.h
vendored
1
third_party/zstd/lib/common/pool.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/threading.c
vendored
1
third_party/zstd/lib/common/threading.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/**
|
||||
* Copyright (c) 2016 Tino Reichardt
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/threading.h
vendored
1
third_party/zstd/lib/common/threading.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/**
|
||||
* Copyright (c) 2016 Tino Reichardt
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/xxhash.c
vendored
1
third_party/zstd/lib/common/xxhash.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxHash - Fast Hash algorithm
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
|
1
third_party/zstd/lib/common/xxhash.h
vendored
1
third_party/zstd/lib/common/xxhash.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxHash - Fast Hash algorithm
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
|
1
third_party/zstd/lib/common/zstd_common.c
vendored
1
third_party/zstd/lib/common/zstd_common.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/zstd_deps.h
vendored
1
third_party/zstd/lib/common/zstd_deps.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/zstd_internal.h
vendored
1
third_party/zstd/lib/common/zstd_internal.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/common/zstd_trace.h
vendored
1
third_party/zstd/lib/common/zstd_trace.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue