mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMS
This commit is contained in:
parent
4db48d17eb
commit
13707ae933
@ -1,3 +1,4 @@
|
||||
#ifndef __rtems__
|
||||
static __inline__ long int
|
||||
random (void)
|
||||
{
|
||||
@ -13,3 +14,4 @@ srandom (unsigned int seed)
|
||||
|
||||
srand (seed);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user