]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add shm_open(3) and shm_unlink(3). The documentation could use a good
authorGarrett Wollman <wollman@FreeBSD.org>
Sat, 22 Apr 2000 15:24:29 +0000 (15:24 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Sat, 22 Apr 2000 15:24:29 +0000 (15:24 +0000)
commit5c317306cb81370106d370665732bf6b9750a781
treeb493c3549e80f52462058c36fae9ac4c6dceb613
parentaa543039b57a46e0087df4a4dec3586071ae6120
Add shm_open(3) and shm_unlink(3).  The documentation could use a good
bit of work (and is stylistically probably the worst manual page
I've ever written).
lib/libc/gen/Makefile.inc
lib/libc/gen/posixshm.c [new file with mode: 0644]
lib/libc/gen/shm_open.3 [new file with mode: 0644]
lib/libc/sys/shm_open.2 [new file with mode: 0644]