This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
Lab-Project-FreeRTOS-POSIX/FreeRTOS-Plus-POSIX/source
Yuhui Zheng 52b1a0f80d Fix "error: #268: declaration may not appear after executable statement in block", when C99 is disabled.
We do have other errors when C99 is disabled, namely the struct initialization and type casting.
I'm not fixing those here, since:
- struct init is consistent within this lib.
- type casting is needed in this design, to hide FreeRTOS symbols.
2020-02-26 11:34:16 -08:00
..
FreeRTOS_POSIX_clock.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_mqueue.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_pthread_barrier.c Fix "warning: #1-D: last line of file ends without a newline." 2020-02-26 11:34:16 -08:00
FreeRTOS_POSIX_pthread_cond.c Fix "warning: #1-D: last line of file ends without a newline." 2020-02-26 11:34:16 -08:00
FreeRTOS_POSIX_pthread_mutex.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_pthread.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_sched.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_semaphore.c Fix "error: #268: declaration may not appear after executable statement in block", when C99 is disabled. 2020-02-26 11:34:16 -08:00
FreeRTOS_POSIX_timer.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_unistd.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00
FreeRTOS_POSIX_utils.c After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00