diff options
author | Daniel Kahn Gillmor <[email protected]> | 2020-05-19 16:48:43 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2020-05-19 18:48:00 +0000 |
commit | 0db8c768843db3e85935b972f1ed9d1b98159c46 (patch) | |
tree | dca65780156d83a27e21db7d02c6dd657a1862b6 /src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h | |
parent | build: Use gen-lock-obj.sh script when possible. (diff) | |
download | libgpg-error-dkg/fix-4952.tar.gz libgpg-error-dkg/fix-4952.zip |
syscfg: add 64-bit big-endian MIPS architecturedkg/fix-4952
* src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h: new.
* src/Makefile.am (lock_obj_pub): Add it.
--
This information was dervied and reported by YunQiang Su
<[email protected]>.
GnuPG-bug-id: 4952
Debian-bug-id: 960161
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h')
-rw-r--r-- | src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h b/src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h new file mode 100644 index 0000000..f571c4b --- /dev/null +++ b/src/syscfg/lock-obj-pub.mips64-unknown-linux-gnuabi64.h @@ -0,0 +1,25 @@ +## lock-obj-pub.mips64-unknown-linux-gnuabi64.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[40]; + 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, \ + 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: +## |