From d85af2fbac956eb2a8630d1c17b53a7a8760d7a4 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 19 Oct 2014 07:39:57 -0400 Subject: add lock-obj for new arch triplet for x86 * src/sysconfig/lock-obj-pub.i586-pc-linux-gnu.h: New. -- Helmut Grohne writes: Observe that the detected GNU triplet is now i586-pc-linux-gnu (gcc bumped it from i486-pc-linux-gnu recently), so the corresponding lock obj header in the syscfg folder needs to be moved or linked. Debian-Bug-Id: 764881 --- src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h diff --git a/src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h b/src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h new file mode 100644 index 0000000..fc2d132 --- /dev/null +++ b/src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h @@ -0,0 +1,23 @@ +## lock-obj-pub.i586-pc-linux-gnu.h +## File created by gen-posix-lock-obj - DO NOT EDIT +## To be included by mkheader into gpg-error.h + +typedef struct +{ + long _vers; + union { + volatile char _priv[24]; + long _x_align; + long *_xp_align; + } u; +} gpgrt_lock_t; + +#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}}} +## +## Local Variables: +## mode: c +## buffer-read-only: t +## End: +## -- cgit v1.2.3