summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-11-12 18:17:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-11-12 18:17:42 +0100
commitaacd35bd7e79ba2346aabdff33037c5440f2b006 (patch)
tree876cf77a33bb3c955d751bf818db8ffebad16458
parente7e0a5aaa71dd39a1def246a269bb1beb06e2f92 (diff)
pci.defs: Fix making glibc catch EINTR
INTR_INTERFACE needs to be always called for glibc to redirect mach_msg into _hurd_intr_rpc_mach_msg.
-rw-r--r--hurd/pci.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/pci.defs b/hurd/pci.defs
index e258f5ce..24542608 100644
--- a/hurd/pci.defs
+++ b/hurd/pci.defs
@@ -23,9 +23,10 @@ subsystem pci 39000;
#ifdef PCI_IMPORTS
PCI_IMPORTS
-INTR_INTERFACE
#endif
+INTR_INTERFACE
+
/*
* Read 'amount' bytes from offset 'reg' in the
* configuration space and store it in 'data'