diff options
Diffstat (limited to 'pfinet/linux')
-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 |