/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#ifndef _SYS_SHM_H_
#define _SYS_SHM_H_
+#include <sys/appleapiopts.h>
#include <sys/param.h>
#include <sys/ipc.h>
};
#ifdef KERNEL
-
+#ifdef __APPLE_API_PRIVATE
/*
* System 5 style catch-all structure for shared memory constants that
* might be of interest to user programs. Do we really want/need this?
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 */
#include <sys/cdefs.h>