mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Although POSIX literally permits failing with [EINVAL] if IPC_CREAT and IPC_EXCL were both passed, the semaphore set already exists and has fewer semaphores than nsems, this does not allow an application to retry safely: if the [EINVAL] is actually because of the semmsl limit, an infinite loop would result. PR: 206927 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| README | ||
| semtest.c | ||
$FreeBSD$ SysV IPC Semaphore Regression Utility. This regression utility will test the SysV semaphore functionality in FreeBSD. You can start the test by running ``make regress'', after running ``make''. Obtained from: NetBSD Foundation Inc. Date of port: 13 August 2002 -- Hiten Pandya -- hiten@uk.FreeBSD.org