Update some comments

This commit is contained in:
Gregory Nutt
2017-02-08 11:47:12 -06:00
parent 9f859774a1
commit 1393061400
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ int setvbuf(FAR FILE *stream, FAR char *buffer, int mode, size_t size)
goto errout;
}
#if 1 /* REVISIT */
#if 1 /* REVISIT: _IONBF not yet supported */
/* Not all features are be available. Without some additional logic,
* we cannot disable buffering if CONFIG_STDIO_BUFFER_SIZE > 0
*/