We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01014e0 commit bb0779eCopy full SHA for bb0779e
shm/shm.c
@@ -1,3 +1,9 @@
1
+/*
2
+ * A simple example on using POSIX shared memory API.
3
+ *
4
+ * (c) [email protected]
5
+ */
6
+
7
#define _XOPEN_SOURCE 700 // for ftruncate on Linux
8
9
#include <sys/mman.h>
0 commit comments