diff options
Diffstat (limited to 'src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h')
-rw-r--r-- | src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h b/src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h deleted file mode 100644 index c7b6165..0000000 --- a/src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h +++ /dev/null @@ -1,23 +0,0 @@ -## lock-obj-pub.armv5-unknown-linux-musleabi.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: -## |