kern_ntptime.c: Port to RTEMS

Remove previous adjtime() implementation.

Update #2348.
This commit is contained in:
Sebastian Huber
2022-02-07 16:10:45 +01:00
parent 91057b3bdf
commit 8f1e8f8f26
10 changed files with 289 additions and 105 deletions

View File

@@ -983,7 +983,6 @@ source:
- cpukit/libtrace/record/record-util.c
- cpukit/libtrace/record/record.c
- cpukit/posix/src/_execve.c
- cpukit/posix/src/adjtime.c
- cpukit/posix/src/aio_suspend.c
- cpukit/posix/src/barrierattrdestroy.c
- cpukit/posix/src/barrierattrgetpshared.c
@@ -1424,6 +1423,7 @@ source:
- cpukit/score/src/isrisinprogress.c
- cpukit/score/src/isrvectortable.c
- cpukit/score/src/iterateoverthreads.c
- cpukit/score/src/kern_ntptime.c
- cpukit/score/src/kern_tc.c
- cpukit/score/src/libatomic.c
- cpukit/score/src/log2table.c

View File

@@ -337,6 +337,8 @@ links:
uid: spmutex01
- role: build-dependency
uid: spnsext01
- role: build-dependency
uid: spntp01
- role: build-dependency
uid: spobjgetnext
- role: build-dependency

View File

@@ -0,0 +1,19 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes: []
ldflags: []
links: []
source:
- testsuites/sptests/spntp01/init.c
stlib: []
target: testsuites/sptests/spntp01.exe
type: build
use-after: []
use-before: []