File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -810,8 +810,10 @@ extern {
810
810
buf : * mut :: shmid_ds ) -> :: c_int ;
811
811
pub fn ftok ( pathname : * const :: c_char , proj_id : :: c_int ) -> :: key_t ;
812
812
pub fn semget ( key : :: key_t , nsems : :: c_int , semflag : :: c_int ) -> :: c_int ;
813
- pub fn semop ( semid : :: c_int , sops : * mut :: sembuf , nsops : :: size_t ) -> :: c_int ;
814
- pub fn semctl ( semid : :: c_int , semnum : :: c_int , cmd : :: c_int , ...) -> :: c_int ;
813
+ pub fn semop ( semid : :: c_int ,
814
+ sops : * mut :: sembuf , nsops : :: size_t ) -> :: c_int ;
815
+ pub fn semctl ( semid : :: c_int ,
816
+ semnum : :: c_int , cmd : :: c_int , ...) -> :: c_int ;
815
817
pub fn msgctl ( msqid : :: c_int , cmd : :: c_int , buf : * mut msqid_ds ) -> :: c_int ;
816
818
pub fn msgget ( key : :: key_t , msgflg : :: c_int ) -> :: c_int ;
817
819
pub fn msgrcv ( msqid : :: c_int , msgp : * mut :: c_void , msgsz : :: size_t ,
You can’t perform that action at this time.
0 commit comments