libsm: update to 1.2.5
[oi-userland.git] / components / archiver / p7zip / patches / 03-remove-restrict.patch
blob026c55987ffbbdfebd834e6edaf45ab1dd2c65bc
1 --- p7zip-17.05/C/zstd/xxhash.h.~1~ 2023-03-03 07:16:28.000000000 -0500
2 +++ p7zip-17.05/C/zstd/xxhash.h 2024-11-16 13:54:19.631821723 -0500
3 @@ -211,8 +211,8 @@
4 # define restrict /* disable restrict */
5 #endif
7 -XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* restrict dst_state, const XXH32_state_t* restrict src_state);
8 -XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restrict src_state);
9 +XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
10 +XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
13 /* **************************