From 94c01485caa0ab48ca956572d6f024f5a3f9e355 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 16:07:11 -0500 Subject: merge XOPEN identifiers --- src/sys/shm/shmatt_t.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/sys/shm/shmatt_t.c (limited to 'src/sys/shm/shmatt_t.c') diff --git a/src/sys/shm/shmatt_t.c b/src/sys/shm/shmatt_t.c new file mode 100644 index 00000000..f6065dd0 --- /dev/null +++ b/src/sys/shm/shmatt_t.c @@ -0,0 +1,5 @@ +#include +typedef unsigned short shmatt_t; +/* +XOPEN(4) +*/ -- cgit v1.2.1