[PATCH] syscfg: Add lock-obj-pub files for {armv5, armv6, x86_64}-musl targets

Kylie McClain somasissounds at gmail.com
Wed Mar 9 03:40:33 CET 2016


From: Kylie McClain <somasis at exherbo.org>

This patch adds three new precompiled lock-obj-pub files:
    - armv5-unknown-linux-musleabi
    - armv6-unknown-linux-musleabihf
    - x86_64-pc-linux-musl
---
 .../lock-obj-pub.armv5-unknown-linux-musleabi.h    | 23 ++++++++++++++++++++
 .../lock-obj-pub.armv6-unknown-linux-musleabihf.h  | 23 ++++++++++++++++++++
 src/syscfg/lock-obj-pub.x86_64-pc-linux-musl.h     | 25 ++++++++++++++++++++++
 3 files changed, 71 insertions(+)
 create mode 100644 src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h
 create mode 100644 src/syscfg/lock-obj-pub.armv6-unknown-linux-musleabihf.h
 create mode 100644 src/syscfg/lock-obj-pub.x86_64-pc-linux-musl.h

diff --git a/src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h b/src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h
new file mode 100644
index 0000000..c7b6165
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h
@@ -0,0 +1,23 @@
+## 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:
+##
diff --git a/src/syscfg/lock-obj-pub.armv6-unknown-linux-musleabihf.h b/src/syscfg/lock-obj-pub.armv6-unknown-linux-musleabihf.h
new file mode 100644
index 0000000..6535a9b
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.armv6-unknown-linux-musleabihf.h
@@ -0,0 +1,23 @@
+## lock-obj-pub.armv6-unknown-linux-musleabihf.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:
+##
diff --git a/src/syscfg/lock-obj-pub.x86_64-pc-linux-musl.h b/src/syscfg/lock-obj-pub.x86_64-pc-linux-musl.h
new file mode 100644
index 0000000..1b059f4
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.x86_64-pc-linux-musl.h
@@ -0,0 +1,25 @@
+## lock-obj-pub.x86_64-pc-linux-musl.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:
+##
-- 
2.7.2




More information about the Gnupg-devel mailing list