zstd: Update to upstream version 1.4.5

This commit is contained in:
Rémi Verschelde 2020-09-18 21:38:36 +02:00
parent a332e2f5b2
commit 914591c9ae
No known key found for this signature in database
GPG key ID: C3336907360768E1
57 changed files with 2914 additions and 1499 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
@ -18,7 +18,7 @@ extern "C" {
#include <stddef.h> /* size_t */
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_customMem */
#include "zstd.h"
#include "../zstd.h"
typedef struct POOL_ctx_s POOL_ctx;