podman/libpod/lock/shm
Doug Rabson 978c528500 libpod/lock: Fix build and tests for SHM locks on FreeBSD
On FreeBSD, the path argument to shm_open is not a filesystem path and we
must use shm_unlink to remove it. This changes the Linux build to also use
shm_unlink which avoids assuming that shared memory segments live in
/dev/shm.

Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-11-14 14:22:36 +00:00
..
shm_lock.c codespell: spelling corrections 2019-11-13 08:15:00 +11:00
shm_lock.go libpod/lock: Fix build and tests for SHM locks on FreeBSD 2022-11-14 14:22:36 +00:00
shm_lock.h Build cgo files with -Wall -Werror 2019-06-21 10:14:19 +02:00
shm_lock_nocgo.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
shm_lock_test.go libpod/lock: Fix build and tests for SHM locks on FreeBSD 2022-11-14 14:22:36 +00:00