diff options
Diffstat (limited to 'misc/fsck.h')
-rw-r--r-- | misc/fsck.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/fsck.h b/misc/fsck.h index 56afcf98..55cb5258 100644 --- a/misc/fsck.h +++ b/misc/fsck.h @@ -11,6 +11,13 @@ #define const #endif +#ifdef __GNUC__ +#define FSCK_ATTR(x) __attribute__(x) +#else +#define FSCK_ATTR(x) +#endif + + #ifndef DEFAULT_FSTYPE #define DEFAULT_FSTYPE "ext2" #endif |