mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 08:17:12 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user