diff options
author | Alistair Francis <[email protected]> | 2018-12-10 17:34:29 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-12-11 04:54:30 +0000 |
commit | 27ded21fea2a6f1fc161a91744014cce711ad1b3 (patch) | |
tree | b55ddb13bcf833970c8bbaf6f1384777a567d6da /src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h | |
parent | gpgrt-config: Portability fix for use of expr. (diff) | |
download | libgpg-error-27ded21fea2a6f1fc161a91744014cce711ad1b3.tar.gz libgpg-error-27ded21fea2a6f1fc161a91744014cce711ad1b3.zip |
syscfg: Add a riscv32 architecture
* src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h: New.
* src/Makefile.am (lock_obj_pub): Add it.
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: pino-kim <[email protected]>
Diffstat (limited to 'src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h')
-rw-r--r-- | src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h new file mode 100644 index 0000000..b5bdaf5 --- /dev/null +++ b/src/syscfg/lock-obj-pub.riscv32-unknown-linux-gnu.h @@ -0,0 +1,23 @@ +## lock-obj-pub.riscv32-unknown-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: +## |