diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-09-22 18:44:13 -0400 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:32 +0200 |
commit | 62e5b0ff80f91a66163386e2192bcb8e0b2d1721 (patch) | |
tree | e4eaebd0b687cbfdf0dea8c2cb1f8a5689ba10b2 /nx-X11/lib/X11/LoadFont.c | |
parent | 0bcb4bba2a1c4bf0464f0ce0305648ee539ece98 (diff) | |
download | nx-libs-62e5b0ff80f91a66163386e2192bcb8e0b2d1721.tar.gz nx-libs-62e5b0ff80f91a66163386e2192bcb8e0b2d1721.tar.bz2 nx-libs-62e5b0ff80f91a66163386e2192bcb8e0b2d1721.zip |
makekeys: Fix build/target word size mismatch when cross-compiling
Since makekeys is built using build environment's gcc and
runs natively, we have to make sure that the size of the
Signature type is the same on both the native environment
and the target, otherwise we get mismatches upon running X,
and some LSB test failures (xts5).
Use an unsigned 32-bit integer on all platforms. Also,
eliminate the redundant multiple typedefs for the
Signature type.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'nx-X11/lib/X11/LoadFont.c')
0 files changed, 0 insertions, 0 deletions