diff options
Diffstat (limited to '')
-rw-r--r-- | src/syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h | 25 |
1 files changed, 25 insertions, 0 deletions
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: +## |