Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-05-04 16:08:44 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-05-04 16:08:44 +0300
commita404165959f9fcadf690fb40aabc2364bc2b4e4e (patch)
tree5a51a03bdeda43355f606b4f1e3032cbee09d0e7 /newlib/libc/stdlib
parent4232d171a620662aaed650879936eac60aefd9e0 (diff)
Revert "sys/types.h: Don't include sys/_stdint.h"
This reverts commit 4232d171a620662aaed650879936eac60aefd9e0.
Diffstat (limited to 'newlib/libc/stdlib')
-rw-r--r--newlib/libc/stdlib/arc4random_uniform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/arc4random_uniform.c b/newlib/libc/stdlib/arc4random_uniform.c
index b5ed243a8..1aa9a622f 100644
--- a/newlib/libc/stdlib/arc4random_uniform.c
+++ b/newlib/libc/stdlib/arc4random_uniform.c
@@ -18,7 +18,6 @@
#include <sys/types.h>
#include <stdlib.h>
-#include <stdint.h>
/*
* Calculate a uniformly distributed random number less than upper_bound