commit | 4d72e48d311fca9a2d2eae88356e939a139e4324 | [log] [tgz] |
---|---|---|
author | Youvedeep Singh <youvedeep.singh@intel.com> | Wed Feb 21 23:04:07 2018 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Feb 21 19:17:28 2018 -0500 |
tree | 5feb2fa635250a64cc00b73734265b77f85bfe67 | |
parent | 49fbfbb01548db0f5d8fb1d5e917c3216597fdb0 [diff] |
arch: POSIX: Add guard into posix_cheats file. Some of APIs of POSIX implmentation layer has same name as native_posix architecture. posix_cheats.h is used to handle this duplication in API name. Adding a guard in posix_cheats.h based on CONFIG_PTHREAD_API. Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>