go-sysvipc icon indicating copy to clipboard operation
go-sysvipc copied to clipboard

System V IPC (message queues, semaphore sets, and shared memory segments) bindings for golang

Results 1 go-sysvipc issues
Sort by recently updated
recently updated
newest added

This PR fix some mode type to C.__mode_t from C.ushort. Because some OS version got diffrente type of ipc_perm.mode. for example, I got error like this on previous master version...