diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 16:53:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 16:53:57 +0100 |
commit | b68df93b3409fd2c862649982a1552462440b30a (patch) | |
tree | 7bc9ee4685c9dc5adafae6cb34a1743b6aa1f0ed /package/libgpg-error/src | |
parent | 1694d03f85e0135649ee6da021b8a8d25198122c (diff) |
libgpg-error: update to latest
Diffstat (limited to 'package/libgpg-error/src')
-rw-r--r-- | package/libgpg-error/src/src/syscfg/lock-obj-pub.arm-openadk-linux-uclibceabihf.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/libgpg-error/src/src/syscfg/lock-obj-pub.arm-openadk-linux-uclibceabihf.h b/package/libgpg-error/src/src/syscfg/lock-obj-pub.arm-openadk-linux-uclibceabihf.h new file mode 100644 index 000000000..66364000d --- /dev/null +++ b/package/libgpg-error/src/src/syscfg/lock-obj-pub.arm-openadk-linux-uclibceabihf.h @@ -0,0 +1,23 @@ +## lock-obj-pub.arm-unknown-linux-gnueabihf.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: +## |