From 77dc28d43e0f0a3a2ec7c61b3d6c9be8a4d0fa45 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 2 Mar 2023 09:19:48 +0000 Subject: [Minor] Update zstd to 1.5.4 --- contrib/zstd/zstd_double_fast.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/zstd/zstd_double_fast.h') diff --git a/contrib/zstd/zstd_double_fast.h b/contrib/zstd/zstd_double_fast.h index 73a2002f3..e8ce20c70 100644 --- a/contrib/zstd/zstd_double_fast.h +++ b/contrib/zstd/zstd_double_fast.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the @@ -19,7 +19,8 @@ extern "C" { #include "zstd_compress_internal.h" /* ZSTD_CCtx, size_t */ void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms, - void const* end, ZSTD_dictTableLoadMethod_e dtlm); + void const* end, ZSTD_dictTableLoadMethod_e dtlm, + ZSTD_tableFillPurpose_e tfp); size_t ZSTD_compressBlock_doubleFast( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize); -- cgit v1.2.3