commit | 73da1e80f4c7ca102f17bb2cab9e444a1e8a1303 | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Tue Dec 26 18:31:52 2023 +0800 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Jan 11 07:49:26 2024 -0500 |
tree | d525a785c9b24beb602701e29d5ab64f350f6349 | |
parent | 735c9e23ec80cd0c6beaafb21d01f9223fdb5bd9 [diff] |
posix: signal: implement `sigprocmask()` Implement `sigprocmask()` by simply redirecting call to the `pthread_sigmask()` as they are identical. Signed-off-by: Yong Cong Sin <ycsin@meta.com>