4
0
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:
Joel Sherrill 2016-03-20 11:02:13 -05:00
parent 4db48d17eb
commit 13707ae933

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