diff --git a/components/libc/posix-info.txt b/components/libc/posix-info.txt index e5cccbc89b2579287809ee6cf37a920801e441bc..5b779b1564b8c6b1e55c7341f1f687f4f593ce3e 100644 --- a/components/libc/posix-info.txt +++ b/components/libc/posix-info.txt @@ -16,8 +16,7 @@ + tolower() + toupper() - -> for gcc, keil, iar platform at the same time; - Suggest to choose + -> Suggesting to use instead of to be compatible with three compilation platforms of IAR Keil GCC at the same time. + errno @@ -138,8 +137,7 @@ + longjmp() + setjmp() - -> for gcc, keil, iar platform at the same time; - Suggest to choose + -> Suggesting to use instead of to be compatible with three compilation platforms of IAR Keil GCC at the same time. + kill() + pthread_kill() + pthread_sigmask() @@ -174,7 +172,7 @@ + fflush() + fgetc() + fgets() -- fileno() ++ fileno() ; GCC and IAR support, but Keil doesn't support - flockfile() + fopen() + fprintf() @@ -285,8 +283,7 @@ + uname() - -> for gcc, keil, iar platform at the same time; - Suggest to choose + -> Suggesting to use instead of to be compatible with three compilation platforms of IAR Keil GCC at the same time. + asctime() + asctime_r() + clock_getres() @@ -309,8 +306,8 @@ + timer_getoverrun() + timer_gettime() + timer_settime() -% tzname ; you should better use 'tz_xxx' in the rt-thread. -% tzset() ; you should better use 'tz_xxx' in the rt-thread. +- tzname ; you should better use 'tz_xxx' in the rt-thread. +- tzset() ; you should better use 'tz_xxx' in the rt-thread. + alarm()