Skip to content

Commit

Permalink
Make thsemap_create_sema parameter sema const
Browse files Browse the repository at this point in the history
  • Loading branch information
frno7 committed Dec 15, 2020
1 parent d4caf4c commit 67f3e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/iopmod/module/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ id_(14) int thevent_irefer_event_flag_status(int ef, struct iop_event_status* st

LIBRARY_ID(thsemap, 0x0101);

id_(4) int thsemap_create_sema(struct iop_sema *sema)
id_(4) int thsemap_create_sema(const struct iop_sema *sema)
alias_(CreateSema);
id_(5) int thsemap_delete_sema(int semid)
alias_(DeleteSema);
Expand Down

0 comments on commit 67f3e6c

Please sign in to comment.