X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/43866e378188c25dd1e2208016ab3cbeb086ae6c..55e303ae13a4cf49d70f2294092726f2fffb9ef2:/bsd/sys/shm.h?ds=inline diff --git a/bsd/sys/shm.h b/bsd/sys/shm.h index f6f43f5f8..885807db1 100644 --- a/bsd/sys/shm.h +++ b/bsd/sys/shm.h @@ -108,6 +108,7 @@ struct proc; void shmexit __P((struct proc *)); void shmfork __P((struct proc *, struct proc *)); +__private_extern__ void shmexec __P((struct proc *)); #endif /* __APPLE_API_PRIVATE */ #else /* !KERNEL */