diff options
Diffstat (limited to 'newlib/libc/stdlib/rand.c')
-rw-r--r-- | newlib/libc/stdlib/rand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/rand.c b/newlib/libc/stdlib/rand.c index 4f5a60796..6a46aa807 100644 --- a/newlib/libc/stdlib/rand.c +++ b/newlib/libc/stdlib/rand.c @@ -51,8 +51,8 @@ number between <<0>> and <<RAND_MAX>> (inclusive). <<srand>> does not return a result. NOTES -<<rand>> and <<srand>> are unsafe for multi-thread applications. -<<rand_r>> is MT-Safe and should be used instead. +<<rand>> and <<srand>> are unsafe for multi-threaded applications. +<<rand_r>> is thread-safe and should be used instead. PORTABILITY |