--- libgpg-error-1.27-abi_x86_64.amd64/src/gpgrt.h 2017-03-03 00:29:26.584044767 +0100 +++ libgpg-error-1.27-abi_x86_32.x86/src/gpgrt.h 2017-03-03 00:29:24.565044846 +0100 @@ -17,7 +17,7 @@ * License along with this program; if not, see . * * Do not edit. Generated from gpg-error.h.in for: - x86_64-pc-linux-gnu + i686-pc-linux-gnu */ #ifndef GPG_ERROR_H @@ -972,7 +972,9 @@ #include typedef ssize_t gpgrt_ssize_t; -typedef long gpgrt_off_t; +#include + +typedef int64_t gpgrt_off_t; @@ -1007,7 +1009,7 @@ { long _vers; union { - volatile char _priv[40]; + volatile char _priv[24]; long _x_align; long *_xp_align; } u; @@ -1015,8 +1017,6 @@ #define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0,0,0,0,0, \ 0,0,0,0,0,0,0,0, \ - 0,0,0,0,0,0,0,0, \ - 0,0,0,0,0,0,0,0, \ 0,0,0,0,0,0,0,0}}}