diff options
author | Daniel Kahn Gillmor <[email protected]> | 2014-10-19 11:39:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-23 12:31:45 +0000 |
commit | d85af2fbac956eb2a8630d1c17b53a7a8760d7a4 (patch) | |
tree | 3e6199b8bc1b08eadb3ea6219b307e86efb56a0e | |
parent | Post release updates. (diff) | |
download | libgpg-error-d85af2fbac956eb2a8630d1c17b53a7a8760d7a4.tar.gz libgpg-error-d85af2fbac956eb2a8630d1c17b53a7a8760d7a4.zip |
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
-rw-r--r-- | src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h | 23 |
1 files changed, 23 insertions, 0 deletions
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: +## |