diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 15:57:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 15:57:16 +0000 |
commit | cf9884839c004c4dbb8a5d1c16392169c3f1ad5f (patch) | |
tree | 611addf070018d46159da19044ff2f29cdc5962e | |
parent | 886b2fb87c7e7066c918b38a9b3b122505a910a1 (diff) |
Formerly wait.h.~5~
-rw-r--r-- | pfinet/linux/wait.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h index b785190d..cf4320c0 100644 --- a/pfinet/linux/wait.h +++ b/pfinet/linux/wait.h @@ -1,9 +1,11 @@ #ifndef _HACK_WAIT_H_ #define _HACK_WAIT_H_ +#include <cthreads.h> + struct wait_queue { - struct condition *c; + struct condition c; }; typedef struct select_table_struct |