mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
236f9b117c
More pending work needed to fix fragility of buildsystem and fix nix build issues as well like: https://app.circleci.com/pipelines/github/mmlb/osresearch-heads/11/workflows/32cc883c-5074-4f28-94b8-a83a2ec44414/jobs/252 https://app.circleci.com/pipelines/github/mmlb/osresearch-heads/11/workflows/32cc883c-5074-4f28-94b8-a83a2ec44414/jobs/221 https://app.circleci.com/pipelines/github/tlaurion/heads/1781/workflows/ee402ead-6739-4549-88ae-105b695fb3cd https://app.circleci.com/pipelines/github/tlaurion/heads/1783/workflows/2b35826c-aff4-4f48-8809-4e66259f9aa4/jobs/25877/parallel-runs/0/steps/0-103 Signed-off-by: Thierry Laurion <insurgo@riseup.net> Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
32 lines
918 B
Diff
32 lines
918 B
Diff
diff --git a/src/syscfg/lock-obj-pub.powerpc64le-unknown-linux-musl.h b/src/syscfg/lock-obj-pub.powerpc64le-unknown-linux-musl.h
|
|
new file mode 100644
|
|
index 0000000..635e6eb
|
|
--- /dev/null
|
|
+++ b/src/syscfg/lock-obj-pub.powerpc64le-unknown-linux-musl.h
|
|
@@ -0,0 +1,25 @@
|
|
+## lock-obj-pub.powerpc64le-unknown-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:
|
|
+##
|