Skip to content

Commit bb0779e

Browse files
committed
add top-level comment
1 parent 01014e0 commit bb0779e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shm/shm.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* A simple example on using POSIX shared memory API.
3+
*
4+
5+
*/
6+
17
#define _XOPEN_SOURCE 700 // for ftruncate on Linux
28

39
#include <sys/mman.h>

0 commit comments

Comments
 (0)