diff options
-rw-r--r-- | i386/i386/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/thread.h b/i386/i386/thread.h index 450ec55..35a2802 100644 --- a/i386/i386/thread.h +++ b/i386/i386/thread.h @@ -179,7 +179,7 @@ typedef struct pcb { decl_simple_lock_data(, lock) #ifdef LINUX_DEV void *data; -#endif +#endif /* LINUX_DEV */ } *pcb_t; /* |