diff options
author | Ben Kibbey <[email protected]> | 2025-07-20 01:05:34 +0000 |
---|---|---|
committer | Ben Kibbey <[email protected]> | 2025-07-20 01:05:34 +0000 |
commit | c6eacfae7c067149b08d07f2cadf2da14f888de5 (patch) | |
tree | b519af61a08116acd3572f5c3c61258525245f19 | |
parent | syscfg: Add i686 Android arch. (diff) | |
download | libgpg-error-c6eacfae7c067149b08d07f2cadf2da14f888de5.tar.gz libgpg-error-c6eacfae7c067149b08d07f2cadf2da14f888de5.zip |
* src/syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h: New.
* src/Makefile.am (lock_obj_pub): Add it.
--
Signed-off-by: Ben Kibbey <[email protected]>
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 593683d..ecea540 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,6 +71,7 @@ lock_obj_pub = \ syscfg/lock-obj-pub.x86_64-apple-darwin.h \ syscfg/lock-obj-pub.x86_64-unknown-gnu.h \ syscfg/lock-obj-pub.x86_64-unknown-kfreebsd-gnu.h \ + syscfg/lock-obj-pub.x86_64-unknown-linux-androideabi.h \ syscfg/lock-obj-pub.x86_64-unknown-linux-gnu.h \ syscfg/lock-obj-pub.x86_64-unknown-linux-gnux32.h \ syscfg/lock-obj-pub.x86_64-unknown-linux-musl.h \ 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: +## |