Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: posix: Fix compile error with mqueue.h
With newer newlib we get a build error with mqueue.h realted to mode_t. Add some ifdef protection if mode_t is already defined and set _MODE_T_DECLARED if we are the first to define it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
- Loading branch information