acassis commented on code in PR #10994:
URL: https://github.com/apache/nuttx/pull/10994#discussion_r1367904688


##########
libs/libc/stdio/lib_libfflush.c:
##########
@@ -56,7 +56,7 @@
  *
  ****************************************************************************/
 
-ssize_t lib_fflush_unlocked(FAR FILE *stream, bool bforce)
+ssize_t lib_fflush_unlocked(FAR FILE *stream)

Review Comment:
   Please remove the "bforce - flush must be complete." Input Parameter from 
lib_fflush Description



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