posix support initially added

This commit is contained in:
Joel Sherrill
1995-09-26 19:27:15 +00:00
parent 879a0474ea
commit 5e9b32b439
488 changed files with 21578 additions and 1196 deletions

View File

@@ -13,6 +13,7 @@
#include <rtems.h>
#include <rtems/assoc.h> /* assoc.h not included by rtems.h */
#include <stdio.h> /* O_RDONLY, et.al. */
#include <fcntl.h> /* O_RDONLY, et.al. */
#include <sys/fcntl.h> /* O_RDONLY, et.al. */
#if defined(solaris2)