summaryrefslogtreecommitdiff
path: root/libports/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libports/ports.h')
-rw-r--r--libports/ports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/ports.h b/libports/ports.h
index 2d6f6a60..c0f0a22a 100644
--- a/libports/ports.h
+++ b/libports/ports.h
@@ -436,7 +436,7 @@ void ports_interrupt_rpcs (void *port);
/* If the current thread's rpc has been interrupted with
ports_interrupt_rpcs, return true (and clear the interrupted flag). */
-int ports_self_interrupted ();
+int ports_self_interrupted (void);
/* Add RPC to the list of rpcs that have been interrupted. */
void _ports_record_interruption (struct rpc_info *rpc);