mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Hurd: Use __sigmask in favor of deprecated sigmask
This fixes various build errors due to deprecation warnings.
Fixes commit 02802fafcf
("signal: Deprecate additional legacy signal handling functions").
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
@@ -43,7 +43,7 @@ extern struct hurd_signal_preemptor _hurdsig_fault_preemptor;
|
||||
|
||||
|
||||
#define _hurdsig_catch_memory_fault(object) \
|
||||
_hurdsig_catch_fault (sigmask (SIGSEGV) | sigmask (SIGBUS), \
|
||||
_hurdsig_catch_fault (__sigmask (SIGSEGV) | __sigmask (SIGBUS), \
|
||||
(object), (object) + 1)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user