We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
softbuffer currently uses shmget, shmctl, and other shared memory APIs. It's the only thing left preventing us from switching from nix to rustix.
softbuffer
shmget
shmctl
nix
rustix
The text was updated successfully, but these errors were encountered:
At a glance, the specific items needed seem to be:
shmat
shmdt
ShmAtFlags
SHM_*
ShmGetFlags
IPC_*
ShmIdDs
shmid_ds
ShmCmd
Sorry, something went wrong.
shm_open
shm_unlink
No branches or pull requests
softbuffer
currently usesshmget
,shmctl
, and other shared memory APIs. It's the only thing left preventing us from switching fromnix
torustix
.The text was updated successfully, but these errors were encountered: