pussuw commented on code in PR #16194: URL: https://github.com/apache/nuttx/pull/16194#discussion_r2058843256
########## libs/libc/semaphore/sem_init.c: ########## @@ -62,15 +62,15 @@ * ****************************************************************************/ -int nxsem_init(FAR sem_t *sem, int pshared, unsigned int value) +int nxsem_init(FAR sem_t *sem, int pshared, int32_t value) Review Comment: Is there some reason to change the prototype ? The prototype of sem_init is int sem_init(sem_t *sem, int pshared, unsigned int value); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org