aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2025-05-20 03:24:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2025-08-14 03:13:16 +0200
commit52730a0623a3f6871a9f3ab588b1e1abd795d9a9 (patch)
treedd14a152c999a91983d63933716e605e7367d9c0 /newlib/libc
parentf13e8e21599ff12ea76980d6a8b19b0a5ebe9bed (diff)
downloadnewlib-52730a0623a3f6871a9f3ab588b1e1abd795d9a9.zip
newlib-52730a0623a3f6871a9f3ab588b1e1abd795d9a9.tar.gz
newlib-52730a0623a3f6871a9f3ab588b1e1abd795d9a9.tar.bz2
rtems: No-return _arc4random_getentropy_fail()
The _arc4random_getentropy_fail() function does not return. Mark it as such.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/rtems/include/machine/_arc4random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rtems/include/machine/_arc4random.h b/newlib/libc/sys/rtems/include/machine/_arc4random.h
index 7ef2968..83b8493 100644
--- a/newlib/libc/sys/rtems/include/machine/_arc4random.h
+++ b/newlib/libc/sys/rtems/include/machine/_arc4random.h
@@ -28,7 +28,7 @@
__BEGIN_DECLS
-void _arc4random_getentropy_fail(void);
+_Noreturn void _arc4random_getentropy_fail(void);
#define _ARC4RANDOM_GETENTROPY_FAIL() _arc4random_getentropy_fail()