From 4b04589b097896795648de38b1e9bbc7570d9696 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Aug 2022 17:12:21 -0500 Subject: Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Updates #4691. --- spec/build/testsuites/psxtests/grp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/testsuites/psxtests/grp.yml') diff --git a/spec/build/testsuites/psxtests/grp.yml b/spec/build/testsuites/psxtests/grp.yml index 5653879d00..354f9e7617 100644 --- a/spec/build/testsuites/psxtests/grp.yml +++ b/spec/build/testsuites/psxtests/grp.yml @@ -239,6 +239,8 @@ links: uid: psxtimer01 - role: build-dependency uid: psxtimer02 +- role: build-dependency + uid: psxtimer_face01 - role: build-dependency uid: psxtimes01 - role: build-dependency -- cgit v1.2.3