diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-08 21:53:45 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-08 21:53:45 +0100 |
commit | c77e478af4587e75e9be20d4c4c73e354fe47943 (patch) | |
tree | d654a3c3b86c9186c91c949d573b0ad1a438a7c0 | |
parent | 8cb40361c0de1cf5db3b4dcfed60645504eecabf (diff) | |
download | busybox-w32-c77e478af4587e75e9be20d4c4c73e354fe47943.tar.gz busybox-w32-c77e478af4587e75e9be20d4c4c73e354fe47943.tar.bz2 busybox-w32-c77e478af4587e75e9be20d4c4c73e354fe47943.zip |
include/fix_u32.h: fix trivial compile breakage :(
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/fix_u32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fix_u32.h b/include/fix_u32.h index f1ff3bf54..5652e9e48 100644 --- a/include/fix_u32.h +++ b/include/fix_u32.h | |||
@@ -19,12 +19,12 @@ | |||
19 | #undef s16 | 19 | #undef s16 |
20 | #undef s8 | 20 | #undef s8 |
21 | 21 | ||
22 | #define __u64 bb_hack_u64 | 22 | #define __u64 bb_hack___u64 |
23 | #define u64 bb_hack_u64 | 23 | #define u64 bb_hack_u64 |
24 | #define u32 bb_hack_u32 | 24 | #define u32 bb_hack_u32 |
25 | #define u16 bb_hack_u16 | 25 | #define u16 bb_hack_u16 |
26 | #define u8 bb_hack_u8 | 26 | #define u8 bb_hack_u8 |
27 | #define __s64 bb_hack_s64 | 27 | #define __s64 bb_hack___s64 |
28 | #define s64 bb_hack_s64 | 28 | #define s64 bb_hack_s64 |
29 | #define s32 bb_hack_s32 | 29 | #define s32 bb_hack_s32 |
30 | #define s16 bb_hack_s16 | 30 | #define s16 bb_hack_s16 |