mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58: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/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.
|
||||
|
|
1
third_party/zstd/lib/compress/clevels.h
vendored
1
third_party/zstd/lib/compress/clevels.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/fse_compress.c
vendored
1
third_party/zstd/lib/compress/fse_compress.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* FSE : Finite State Entropy encoder
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
|
1
third_party/zstd/lib/compress/hist.c
vendored
1
third_party/zstd/lib/compress/hist.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* hist : Histogram functions
|
||||
* part of Finite State Entropy project
|
||||
|
|
1
third_party/zstd/lib/compress/hist.h
vendored
1
third_party/zstd/lib/compress/hist.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* hist : Histogram functions
|
||||
* part of Finite State Entropy project
|
||||
|
|
1
third_party/zstd/lib/compress/huf_compress.c
vendored
1
third_party/zstd/lib/compress/huf_compress.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* Huffman encoder, part of New Generation Entropy library
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
|
|
@ -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,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,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,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/compress/zstd_cwksp.h
vendored
1
third_party/zstd/lib/compress/zstd_cwksp.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,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_fast.c
vendored
1
third_party/zstd/lib/compress/zstd_fast.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_fast.h
vendored
1
third_party/zstd/lib/compress/zstd_fast.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_lazy.c
vendored
1
third_party/zstd/lib/compress/zstd_lazy.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_lazy.h
vendored
1
third_party/zstd/lib/compress/zstd_lazy.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_ldm.c
vendored
1
third_party/zstd/lib/compress/zstd_ldm.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_ldm.h
vendored
1
third_party/zstd/lib/compress/zstd_ldm.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/compress/zstd_opt.c
vendored
1
third_party/zstd/lib/compress/zstd_opt.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/compress/zstd_opt.h
vendored
1
third_party/zstd/lib/compress/zstd_opt.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,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/* ******************************************************************
|
||||
* huff0 huffman decoder,
|
||||
* part of Finite State Entropy library
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/decompress/zstd_ddict.c
vendored
1
third_party/zstd/lib/decompress/zstd_ddict.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/decompress/zstd_ddict.h
vendored
1
third_party/zstd/lib/decompress/zstd_ddict.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,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,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/deprecated/zbuff.h
vendored
1
third_party/zstd/lib/deprecated/zbuff.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,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/dictBuilder/cover.c
vendored
1
third_party/zstd/lib/dictBuilder/cover.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/cover.h
vendored
1
third_party/zstd/lib/dictBuilder/cover.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
|
||||
/*
|
||||
* divsufsort.c for libdivsufsort-lite
|
||||
* Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* divsufsort.h for libdivsufsort-lite
|
||||
* Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/fastcover.c
vendored
1
third_party/zstd/lib/dictBuilder/fastcover.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/lib/dictBuilder/zdict.c
vendored
1
third_party/zstd/lib/dictBuilder/zdict.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/benchfn.c
vendored
1
third_party/zstd/programs/benchfn.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/benchfn.h
vendored
1
third_party/zstd/programs/benchfn.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/benchzstd.c
vendored
1
third_party/zstd/programs/benchzstd.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/benchzstd.h
vendored
1
third_party/zstd/programs/benchzstd.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/datagen.c
vendored
1
third_party/zstd/programs/datagen.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/datagen.h
vendored
1
third_party/zstd/programs/datagen.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/dibio.c
vendored
1
third_party/zstd/programs/dibio.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/dibio.h
vendored
1
third_party/zstd/programs/dibio.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/fileio.c
vendored
1
third_party/zstd/programs/fileio.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/fileio.h
vendored
1
third_party/zstd/programs/fileio.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/fileio_asyncio.c
vendored
1
third_party/zstd/programs/fileio_asyncio.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/fileio_asyncio.h
vendored
1
third_party/zstd/programs/fileio_asyncio.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/fileio_common.h
vendored
1
third_party/zstd/programs/fileio_common.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/fileio_types.h
vendored
1
third_party/zstd/programs/fileio_types.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/platform.h
vendored
1
third_party/zstd/programs/platform.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/timefn.c
vendored
1
third_party/zstd/programs/timefn.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/timefn.h
vendored
1
third_party/zstd/programs/timefn.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/util.c
vendored
1
third_party/zstd/programs/util.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/util.h
vendored
1
third_party/zstd/programs/util.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/zstdcli.c
vendored
1
third_party/zstd/programs/zstdcli.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/zstdcli_trace.c
vendored
1
third_party/zstd/programs/zstdcli_trace.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/zstdcli_trace.h
vendored
1
third_party/zstd/programs/zstdcli_trace.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/programs/zstdgrep
vendored
1
third_party/zstd/programs/zstdgrep
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2003 Thomas Klausner.
|
||||
|
|
1
third_party/zstd/zdict.h
vendored
1
third_party/zstd/zdict.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/zstd.h
vendored
1
third_party/zstd/zstd.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/zstd/zstd_errors.h
vendored
1
third_party/zstd/zstd_errors.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