mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
include/stdio.h: add missing FOPEN_MAX
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
committed by
Xiang Xiao
parent
0382b63f5d
commit
9df9136d95
@@ -41,6 +41,7 @@
|
||||
/* File System Definitions **************************************************/
|
||||
|
||||
#define FILENAME_MAX _POSIX_NAME_MAX
|
||||
#define FOPEN_MAX _POSIX_STREAM_MAX
|
||||
|
||||
/* The (default) size of the I/O buffers */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user