diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-09 12:35:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-09 12:35:13 +0000 |
commit | f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae (patch) | |
tree | 91ee95914c2b9a07817bd6f596fc3df758651147 /e2fsprogs/old_e2fsprogs/uuid | |
parent | 327fd47f362843fc62fbee6169904c416ca13d11 (diff) | |
download | busybox-w32-f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae.tar.gz busybox-w32-f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae.tar.bz2 busybox-w32-f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae.zip |
*: make "pragma GCC visibility push(hidden)" less ugly
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/uuid')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/uuid/uuid.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/e2fsprogs/old_e2fsprogs/uuid/uuid.h b/e2fsprogs/old_e2fsprogs/uuid/uuid.h index b30ca3c62..7a9706449 100644 --- a/e2fsprogs/old_e2fsprogs/uuid/uuid.h +++ b/e2fsprogs/old_e2fsprogs/uuid/uuid.h | |||
@@ -32,9 +32,8 @@ | |||
32 | * DAMAGE. | 32 | * DAMAGE. |
33 | * %End-Header% | 33 | * %End-Header% |
34 | */ | 34 | */ |
35 | 35 | #ifndef UUID_UUID_H | |
36 | #ifndef _UUID_UUID_H | 36 | #define UUID_UUID_H 1 |
37 | #define _UUID_UUID_H | ||
38 | 37 | ||
39 | #include <sys/types.h> | 38 | #include <sys/types.h> |
40 | #include <time.h> | 39 | #include <time.h> |