diff options
Diffstat (limited to '')
3 files changed, 71 insertions, 0 deletions
diff --git a/src/syscfg/lock-obj-pub.aarch64-unknown-linux-androideabi.h b/src/syscfg/lock-obj-pub.aarch64-unknown-linux-androideabi.h new file mode 100644 index 0000000..d90197d --- /dev/null +++ b/src/syscfg/lock-obj-pub.aarch64-unknown-linux-androideabi.h @@ -0,0 +1,25 @@ +## lock-obj-pub.aarch64-unknown-linux-androideabi.h +## File created by gen-lock-obj.sh - 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: +## diff --git a/src/syscfg/lock-obj-pub.i686-unknown-linux-androideabi.h b/src/syscfg/lock-obj-pub.i686-unknown-linux-androideabi.h new file mode 100644 index 0000000..f629af4 --- /dev/null +++ b/src/syscfg/lock-obj-pub.i686-unknown-linux-androideabi.h @@ -0,0 +1,21 @@ +## lock-obj-pub.i686-unknown-linux-androideabi.h +## File created by gen-lock-obj.sh - DO NOT EDIT +## To be included by mkheader into gpg-error.h + +typedef struct +{ + long _vers; + union { + volatile char _priv[4]; + long _x_align; + long *_xp_align; + } u; +} gpgrt_lock_t; + +#define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0}}} +## +## Local Variables: +## mode: c +## buffer-read-only: t +## End: +## diff --git a/src/syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h b/src/syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h new file mode 100644 index 0000000..b565f73 --- /dev/null +++ b/src/syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h @@ -0,0 +1,25 @@ +## lock-obj-pub.x86_64-unknown-linux-androideabi.h +## File created by gen-lock-obj.sh - 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: +## |