diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 17:08:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 17:08:22 +0000 |
commit | 606304a281bcbb35f71b7eb5c3814831261985ef (patch) | |
tree | 88fcb26978338922af6f1a5842089132e2189620 /pfinet/linux/wait.h | |
parent | 5ea3664cce8fdb9d186a9d0ac44a090b40fab7d1 (diff) |
Formerly wait.h.~2~
Diffstat (limited to 'pfinet/linux/wait.h')
-rw-r--r-- | pfinet/linux/wait.h | 12 |
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 |