Actions
Submit #2692
closedRe: posix semaphore test suite and fixes
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
On 30 June 2014 12:16, Joris Giovannangeli <joris@giovannangeli.fr> wrote:
hi,
The proposed changes are here. They still need some style cleanup:
https://github.com/nthery/DragonFlyBSD/tree/sem_test_and_fixes
If there are no objections, I'll commit them on Thursday 3 July.
Looks fine to me, except for the O_RDONLY|O_RDWR flags. The
implementation won't support that, but I don't see these flags in the
standard anyway. Where did you find them ?
Thanks for reviewing it.
Probably just me being crazy as I can not find any reference to these
flags now in FreeBSD sources and removing the check does not cause
failures in the test suite. V2 disallows these flags:
https://github.com/nthery/DragonFlyBSD/tree/sem_test_and_fixes_v2
Cheers
Actions