]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
You must include fcntl.h (in practice) to be able to do anything useful
authorrwatson <rwatson@FreeBSD.org>
Fri, 29 Jan 2010 10:32:01 +0000 (10:32 +0000)
committerrwatson <rwatson@FreeBSD.org>
Fri, 29 Jan 2010 10:32:01 +0000 (10:32 +0000)
commitf403000d3914d84750322e39d1292d2420d88026
tree4b70ff485292bcb015169fe02546b3284fdcc570
parent51117fa3d858fc5caf72c6c3abe8f56154d95aef
You must include fcntl.h (in practice) to be able to do anything useful
with shm_open(2), as otherwise the O_ flags are undefined.

MFC after: 3 days
lib/libc/sys/shm_open.2