diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-29 19:55:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-29 19:55:25 +0100 |
commit | 42b1d019192ea34870194bec466629cd10afab6b (patch) | |
tree | fc4b9b316751d7a64990cf15882a2df8b192243f /package | |
parent | 8eb3afa98fdc07d09f6d2025e56cd504f736239b (diff) |
libgpg-error: header for x86_64 uclibc
Diffstat (limited to 'package')
-rw-r--r-- | package/libgpg-error/src/src/syscfg/lock-obj-pub.x86_64-openadk-linux-uclibc.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/libgpg-error/src/src/syscfg/lock-obj-pub.x86_64-openadk-linux-uclibc.h b/package/libgpg-error/src/src/syscfg/lock-obj-pub.x86_64-openadk-linux-uclibc.h new file mode 100644 index 000000000..0dd6431d2 --- /dev/null +++ b/package/libgpg-error/src/src/syscfg/lock-obj-pub.x86_64-openadk-linux-uclibc.h @@ -0,0 +1,25 @@ +## lock-obj-pub.x86_64-pc-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[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: +## |