]> git.ipfire.org Git - thirdparty/zstd.git/commit
[libzstd] pthread function prefixed with ZSTD_ 869/head
authorNick Terrell <terrelln@fb.com>
Wed, 27 Sep 2017 18:16:24 +0000 (11:16 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 27 Sep 2017 18:48:48 +0000 (11:48 -0700)
commit6c41adfb28dc3b8497d401ec8994b305eb563cc0
tree694adf878f4604de53c284d37ef3156ba701de55
parent91ffe71ec83dc5e64e008a3e40f5a6063c259a3b
[libzstd] pthread function prefixed with ZSTD_

* `sed -i 's/pthread_/ZSTD_pthread_/g' lib/{,common,compress,decompress,dictBuilder}/*.[hc]`
* Fix up `lib/common/threading.[hc]`
* `sed -i s/PTHREAD_MUTEX_LOCK/ZSTD_PTHREAD_MUTEX_LOCK/g lib/compress/zstdmt_compress.c`
lib/common/pool.c
lib/common/threading.c
lib/common/threading.h
lib/compress/zstdmt_compress.c
lib/dictBuilder/cover.c