summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-17 16:39:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-17 17:29:36 +0200
commit815a94326c35b34fc3283a575eece11e972405cf (patch)
treeb1bbe17dc0f750702a34e8763837beedb4ba812d /spec
parentbsps/imxrt: Enable DMA clock (diff)
downloadrtems-815a94326c35b34fc3283a575eece11e972405cf.tar.bz2
posix: Move clock_nanosleep()
Move clock_nanosleep() to a separate file to avoid a dependency on errno which pulls in the Newlib reentrancy support. This is an issue since most parts which are pulled in cannot be garbage collected by the linker due to the system initialization linker set.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 682032182f..efd0d1bfe1 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -990,6 +990,7 @@ source:
- cpukit/posix/src/clockgetcpuclockid.c
- cpukit/posix/src/clockgetres.c
- cpukit/posix/src/clockgettime.c
+- cpukit/posix/src/clocknanosleep.c
- cpukit/posix/src/clocksettime.c
- cpukit/posix/src/condattrdestroy.c
- cpukit/posix/src/condattrgetclock.c