summary refs log tree commit diff
path: root/hurd/RPC_gsync_wait_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/RPC_gsync_wait_intr.c')
-rw-r--r--hurd/RPC_gsync_wait_intr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/RPC_gsync_wait_intr.c b/hurd/RPC_gsync_wait_intr.c
new file mode 100644
index 0000000000..51b63217d6
--- /dev/null
+++ b/hurd/RPC_gsync_wait_intr.c
@@ -0,0 +1,4 @@
+#include "intr-rpc.h"
+#define gsync_wait gsync_wait_intr
+#define __gsync_wait __gsync_wait_intr
+#include "RPC_gsync_wait.c"