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
|
static __inline__ long int
|
||||||
random (void)
|
random (void)
|
||||||
{
|
{
|
||||||
|
@ -13,3 +14,4 @@ srandom (unsigned int seed)
|
||||||
|
|
||||||
srand (seed);
|
srand (seed);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue