summaryrefslogtreecommitdiff
path: root/hurd/hurdfault.h
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdfault.h')
-rw-r--r--hurd/hurdfault.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdfault.h b/hurd/hurdfault.h
index 61ccc785e5..a83717222e 100644
--- a/hurd/hurdfault.h
+++ b/hurd/hurdfault.h
@@ -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)