commit | f4c1e56b5e2eb1b5ac3250a87adcb328516114c2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 23 08:40:50 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 23 08:40:50 2019 +0200 |
tree | bbb70eb9193a7c769e14a699740dc44f760a661b | |
parent | 02255b24df4406d84be418c10aa5b4f94e10d8a9 [diff] |
BUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL SI_TKILL is for Linux. We're again in the non-portable area. Both OSes use macros to define these values so we can #ifdef them. Let's make SI_TKILL defined based on SI_LWP when only the latter is defined.