spec: move timespecget to librtemscpu from objpsxsgnl

The timespecget() API originates from C11 and should not be
guarded by RTEMS_POSIX_API.

Updates #5412
This commit is contained in:
cibi.p
2026-01-08 08:52:40 -06:00
committed by Joel Sherrill
parent 3c27a60542
commit ab2f0c0cb9
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1645,6 +1645,7 @@ source:
- cpukit/score/src/timespecdividebyinteger.c
- cpukit/score/src/timespecfromticks.c
- cpukit/score/src/timespecgetasnanoseconds.c
- cpukit/posix/src/timespecget.c
- cpukit/score/src/timespecisvalid.c
- cpukit/score/src/timespeclessthan.c
- cpukit/score/src/timespecsubtract.c
-1
View File
@@ -48,6 +48,5 @@ source:
- cpukit/posix/src/timergetoverrun.c
- cpukit/posix/src/timergettime.c
- cpukit/posix/src/timersettime.c
- cpukit/posix/src/timespecget.c
- cpukit/posix/src/ualarm.c
type: build