summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-02 17:08:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-02 17:08:22 +0000
commit606304a281bcbb35f71b7eb5c3814831261985ef (patch)
tree88fcb26978338922af6f1a5842089132e2189620 /pfinet/linux
parent5ea3664cce8fdb9d186a9d0ac44a090b40fab7d1 (diff)
Formerly wait.h.~2~
Diffstat (limited to 'pfinet/linux')
-rw-r--r--pfinet/linux/wait.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h
index e69de29b..12c8c881 100644
--- a/pfinet/linux/wait.h
+++ b/pfinet/linux/wait.h
@@ -0,0 +1,12 @@
+#ifndef _HACK_WAIT_H_
+#define _HACK_WAIT_H_
+
+struct wait_queue
+{
+};
+
+typedef struct select_table_struct
+{
+} select_table;
+
+#endif