On Thu Feb 6 12:19:19 2025 +0000, Rémi Bernon wrote:
ioctl returns an int, not a NTSTATUS, it's also not very much used, what about getting rid of it (here and elsewhere below):
if (ioctl( obj, NTSYNC_IOC_SEM_RELEASE, &count ) < 0)
No idea why I wrote it that way; changed in v3.