maht commented on code in PR #6152:
URL: https://github.com/apache/incubator-nuttx/pull/6152#discussion_r859973593


##########
libs/libc/stdio/lib_libfilesem.c:
##########
@@ -95,6 +95,47 @@ void lib_take_semaphore(FAR struct file_struct *stream)
     }
 }
 
+/****************************************************************************
+ * lib_try_take_semaphore
+ ****************************************************************************/
+
+int lib_try_take_semaphore(FAR struct file_struct *stream)

Review Comment:
   ok, I was not sure about it, but if you feel it's better I will try to do it.



-- 
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

Reply via email to