summaryrefslogtreecommitdiff
path: root/include/sys/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/shm.h')
-rw-r--r--include/sys/shm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/shm.h b/include/sys/shm.h
index bca6ed62..c20f0334 100644
--- a/include/sys/shm.h
+++ b/include/sys/shm.h
@@ -47,6 +47,8 @@ struct shm_info {
#endif
};
+typedef unsigned long shmatt_t;
+
void *shmat(int, const void *, int);
int shmctl(int, int, struct shmid_ds *);
int shmdt(const void *);