aboutsummaryrefslogtreecommitdiff
path: root/libports/ports.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-09 16:55:49 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-09 18:31:59 +0200
commite77f00db5097d741f27c74c03d194a233f648615 (patch)
tree3a20567fcfba711d179b11cfd8791d126e7781c1 /libports/ports.h
parentddddd501fedda7f0462702717e634f7be107bd32 (diff)
downloadhurd-e77f00db5097d741f27c74c03d194a233f648615.tar.gz
hurd-e77f00db5097d741f27c74c03d194a233f648615.tar.bz2
hurd-e77f00db5097d741f27c74c03d194a233f648615.zip
libports: fix receiver lookup
* libports/interrupt-operation.c (ports_S_interrupt_operation): Fix receiver lookup. * libports/mig-mutate.h: Add mutators. * libports/ports.h: Remove superfluous declarations.
Diffstat (limited to 'libports/ports.h')
-rw-r--r--libports/ports.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libports/ports.h b/libports/ports.h
index 47d46078..7f131240 100644
--- a/libports/ports.h
+++ b/libports/ports.h
@@ -398,11 +398,6 @@ extern kern_return_t
ports_do_mach_notify_port_destroyed (struct port_info *pi, mach_port_t name);
extern kern_return_t
ports_do_mach_notify_send_once (struct port_info *pi);
-
-/* A default interrupt server */
-int ports_interrupt_server (mach_msg_header_t *, mach_msg_header_t *);
-extern kern_return_t ports_S_interrupt_operation (mach_port_t,
- mach_port_seqno_t);
/* Private data */
extern pthread_mutex_t _ports_lock;