diff options
Diffstat (limited to 'e2fsprogs/e2fs_lib.h')
-rw-r--r-- | e2fsprogs/e2fs_lib.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/e2fsprogs/e2fs_lib.h b/e2fsprogs/e2fs_lib.h index e21a0f917..25b26d382 100644 --- a/e2fsprogs/e2fs_lib.h +++ b/e2fsprogs/e2fs_lib.h | |||
@@ -9,9 +9,7 @@ | |||
9 | /* Constants and structures */ | 9 | /* Constants and structures */ |
10 | #include "e2fs_defs.h" | 10 | #include "e2fs_defs.h" |
11 | 11 | ||
12 | #if __GNUC_PREREQ(4,1) | 12 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
13 | # pragma GCC visibility push(hidden) | ||
14 | #endif | ||
15 | 13 | ||
16 | /* Iterate a function on each entry of a directory */ | 14 | /* Iterate a function on each entry of a directory */ |
17 | int iterate_on_dir(const char *dir_name, | 15 | int iterate_on_dir(const char *dir_name, |
@@ -46,6 +44,4 @@ extern const char e2attr_flags_sname[]; | |||
46 | #define e2attr_flags_sname_chattr (&e2attr_flags_sname[1]) | 44 | #define e2attr_flags_sname_chattr (&e2attr_flags_sname[1]) |
47 | #endif | 45 | #endif |
48 | 46 | ||
49 | #if __GNUC_PREREQ(4,1) | 47 | POP_SAVED_FUNCTION_VISIBILITY |
50 | # pragma GCC visibility pop | ||
51 | #endif | ||