diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-14 12:39:34 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-15 02:18:48 +0100 |
commit | a362fb22008bdab332d5da2d83f6428340c373ab (patch) | |
tree | c337ad1d95508f7f5540ac377cc0e3febd2c7aa9 | |
parent | de80e220c5132e7224be2d388e3ff8cb5e5dd030 (diff) |
i386/i386/thread.h: add comment after endif
* i386/i386/thread.h (LINUX_DEV): Add comment after endif.
-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; /* |