summaryrefslogtreecommitdiff
path: root/kern/ipc_mig.h
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-05-01 21:10:42 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-02 07:54:07 +0200
commit42e5d73459400e81dd7c22ff4c226ab3ec728348 (patch)
tree1be175591fe5b95198108b27ef94a94c6e4f91e6 /kern/ipc_mig.h
parent31dd30a94a682955c3c9e2f42252b4a07687067a (diff)
Use mig_support.h prototypes instead of duplicating them.
* include/mach/mig_support.h: Drop the ifndef because this file is only used internally to compile gnumach. We export mig_support.h from glibc already. * kern/ipc_mig.c: len should be vm_size_t. * kern/ipc_mig.h: Drop duplicate prototypes. Message-Id: <ZFBjEk07CaQgx9Ru@jupiter.tail36e24.ts.net>
Diffstat (limited to 'kern/ipc_mig.h')
-rw-r--r--kern/ipc_mig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/kern/ipc_mig.h b/kern/ipc_mig.h
index cd298efe..a8ee7869 100644
--- a/kern/ipc_mig.h
+++ b/kern/ipc_mig.h
@@ -139,13 +139,4 @@ io_return_t syscall_device_writev_request(
rpc_io_buf_vec_t *iovec,
rpc_vm_size_t iocount);
-mach_port_name_t mig_get_reply_port(void);
-
-void mig_dealloc_reply_port(mach_port_t reply_port);
-
-void mig_put_reply_port(mach_port_t reply_port);
-
-vm_size_t
-mig_strncpy(char *dest, const char *src, int len);
-
#endif /* _IPC_MIG_H_ */