Initial revision

This commit is contained in:
Roland McGrath 1994-05-17 03:26:35 +00:00
parent e83f530e01
commit c823a93738
3 changed files with 8 additions and 0 deletions

1
poll.h Normal file
View File

@ -0,0 +1 @@
#include <io/poll.h>

1
sys/poll.h Normal file
View File

@ -0,0 +1 @@
#include <io/sys/poll.h>

6
sysdeps/stub/sys/param.h Normal file
View File

@ -0,0 +1,6 @@
/* This file should contain various parameter macros appropriate for the
machine and operating system. There is no standard set of macros; this
file is just for compatibility with programs written for Unix that
expect it to define things. */
#include <limits.h>