port: fsync(2) on a POSIX shm fd returns EINVAL on FreeBSD
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 4 Nov 2020 20:42:15 +0000 (15:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Nov 2020 20:21:57 +0000 (15:21 -0500)
commit71be0c5340258bbb9fe728451790dd113be2f1ec
treefbde6596f9373e9358c857c13d35096ff9486fe4
parent053e6e240f3fb5b2427fb28f8f09c652e2bdb39a
port: fsync(2) on a POSIX shm fd returns EINVAL on FreeBSD

The POSIX shared memory object implementation on FreeBSD is not file
based and doesn't support fsync(2).

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie170254122aeab858a12c0522dc4e78075f243f9
libringbuffer/shm.c
This page took 0.025242 seconds and 5 git commands to generate.