summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_libfflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_libfflush.c')
-rw-r--r--nuttx/lib/lib_libfflush.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/lib/lib_libfflush.c b/nuttx/lib/lib_libfflush.c
index 23be9c83a..a54a09386 100644
--- a/nuttx/lib/lib_libfflush.c
+++ b/nuttx/lib/lib_libfflush.c
@@ -81,7 +81,7 @@
****************************************************************************/
/****************************************************************************
- * Global Functions
+ * Public Functions
****************************************************************************/
/****************************************************************************
@@ -102,10 +102,10 @@
*
****************************************************************************/
-ssize_t lib_fflush(FILE *stream, boolean bforce)
+ssize_t lib_fflush(FAR FILE *stream, boolean bforce)
{
#if CONFIG_STDIO_BUFFER_SIZE > 0
- const unsigned char *src;
+ FAR const unsigned char *src;
ssize_t bytes_written;
size_t nbuffer;