增加 RT_USING_POSIX
This commit is contained in:
parent
f13014526c
commit
cf00e7f0a1
|
@ -17,8 +17,12 @@
|
|||
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef RT_USING_POSIX
|
||||
|
||||
#ifndef SSIZE_MAX
|
||||
# define SSIZE_MAX LONG_MAX
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
#ifndef LIBC_STDIO_H__
|
||||
#define LIBC_STDIO_H__
|
||||
|
||||
#ifdef RT_USING_POSIX
|
||||
|
||||
#include <posix_getline.h>
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue