Skip to content
Commit ae4a1dbf authored by Chris Friedt's avatar Chris Friedt Committed by Anas Nashif
Browse files

posix: implement the POSIX_CLOCK_SELECTION Option Group



Implement the POSIX_CLOCK_SELECTION Option Group.

This was mostly already done, but compiled / linked in the wrong places.

E.g. pthread_condattr_getclock() and pthread_condattr_setclock() were
in pthread.c and part of POSIX_THREADS_BASE. clock_nanosleep() was in
clock.c and part of POSIX_TIMERS.

This change builds them as part of clock_selection.c with
CONFIG_POSIX_CLOCK_SELECTION.

Signed-off-by: default avatarChris Friedt <cfriedt@tenstorrent.com>
parent 4c9fb2e2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment