You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the extern function definitions for the relevant APIs semgetsemop are already there, but the constants are not, making them harder to use. I'm currently using bindgen to work around this problem, the constants appear to be as follows:
x86_64-linux-unknown-gnu
, though to the best of my knowledge all linuxes should applyNote that the extern function definitions for the relevant APIs
semget
semop
are already there, but the constants are not, making them harder to use. I'm currently using bindgen to work around this problem, the constants appear to be as follows:These are all found in the
<sys/sem.h>
header.The text was updated successfully, but these errors were encountered: