zephyr/lib/posix
Alex Tereschenko 3c1a78ea0d cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE
Both variables were used (with the same value) interchangeably
throughout CMake files and per the discussion in GH issue,
ZEPHYR_BASE is preferred.

Also add a comment with explanation of one vs. the other.

Tested by building hello_world for several boards ensuring no errors.

Fixes #7173.

Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
2018-06-18 15:25:55 -04:00
..
CMakeLists.txt cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 2018-06-18 15:25:55 -04:00
Kconfig lib: posix: Add Posix Style File System API support 2018-05-18 13:32:36 +03:00
clock.c lib: posix: clock: Use k_uptime_get() to compute tv_nsec 2018-06-02 16:00:23 -04:00
fs.c lib: posix: fix out-of-bound write 2018-06-09 08:26:18 -05:00
mqueue.c lib: posix: mqueue: Minor formatting cleanups 2018-04-21 06:56:27 -07:00
pthread.c lib: posix: Use default attribute for mutex 2018-05-18 23:02:28 +03:00
pthread_barrier.c kernel: Fix sloppy wait queue API 2018-05-18 01:48:48 +03:00
pthread_common.c lib: posix: pthread_common: Fix potential integer overflow issue 2018-04-30 06:49:42 -04:00
pthread_cond.c lib: posix: Implement posix mutex APIs 2018-05-18 23:02:28 +03:00
pthread_mutex.c lib/posix: Port wait_q usage to new API 2018-05-19 07:00:55 +03:00
pthread_rwlock.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
pthread_sched.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
semaphore.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
sleep.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
timer.c lib: posix: Fix integer overflow in timer_gettime 2018-04-05 16:43:05 -04:00