summaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
Diffstat (limited to 'bits')
-rw-r--r--bits/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bits/types.h b/bits/types.h
index 8bb6c78b6a..e34ad727a9 100644
--- a/bits/types.h
+++ b/bits/types.h
@@ -109,6 +109,9 @@ typedef struct
#endif
} __fd_set;
+/* XXX Used in `struct shmid_ds'. */
+typedef unsigned short int __ipc_pid_t;
+
/* Types from the Large File Support interface. */