epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMS

This commit is contained in:
Joel Sherrill 2016-03-20 11:02:13 -05:00
parent 4db48d17eb
commit 13707ae933
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#ifndef __rtems__
static __inline__ long int
random (void)
{
@ -13,3 +14,4 @@ srandom (unsigned int seed)
srand (seed);
}
#endif