commit | 378447fc183b589039a5bf257923a86d439b0a91 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu May 11 22:25:42 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 11 22:25:42 2023 +0100 |
tree | b1e666683049b74577fec1bf647a3059dcfb80b9 | |
parent | 5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16 [diff] [blame] |
patch 9.0.1544: recent glibc marks sigset() as a deprecated Problem: Recent glibc marks sigset() as a deprecated. Solution: Use sigaction() in mch_signal() if possible. (Ozaki Kiichi, closes #12373)
diff --git a/src/version.c b/src/version.c index dd6baa9..4f2b2a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1544, +/**/ 1543, /**/ 1542,