-
Notifications
You must be signed in to change notification settings - Fork 238
Description
Is your feature request related to a problem? Please describe.
Missing const for a few parameters.
OSAL_set:
osal/src/os/portable/os-impl-bsd-select.c
Line 75 in ead5723
static int OS_FdSet_ConvertIn_Impl(fd_set *os_set, OS_FdSet *OSAL_set) |
final_id (need to confirm):
osal/src/os/shared/src/osapi-idmap.c
Line 1106 in ead5723
void OS_ObjectIdTransactionFinish(OS_object_token_t *token, osal_id_t *final_id) |
Describe the solution you'd like
Add const
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review