signal.h: add new sa_flags from linux v5.11
authorSzabolcs Nagy <nsz@port70.net>
Wed, 17 Mar 2021 19:19:27 +0000 (19:19 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 8 Mar 2022 22:19:49 +0000 (17:19 -0500)
commite99c4258275507c576d7d5bebdba1a8aadf120c4
treea2983f2003e44ee1c718641f7c0929e34ad940d7
parent993cccce13ba3ae0432cb06eacd2e7f55a090952
signal.h: add new sa_flags from linux v5.11

see

  linux commit a54f0dfda754c5cecc89a14dab68a3edc1e497b5
  signal: define the SA_UNSUPPORTED bit in sa_flags

  linux commit 6ac05e832a9e96f9b1c42a8917cdd317d7b6c8fa
  signal: define the SA_EXPOSE_TAGBITS bit in sa_flags

Note: SA_ is in the posix reserved namespace so these linux specific flags
can be exposed when compiling for posix.
include/signal.h