Modified UNIX simulator port so all references to native unix

stuff is in the executive source proper in the file cpu.c.  This
should help avoid conflicts between RTEMS POSIX files and UNIX files.
This commit is contained in:
Joel Sherrill
1995-09-27 20:53:58 +00:00
parent c701f1974b
commit 37f4c2d99f
36 changed files with 966 additions and 342 deletions

View File

@@ -16,8 +16,8 @@
* $Id$
*/
#include <rtems.h>
#include <bsp.h>
#include <time.h>
#include <sys/time.h>