mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
7cef74bb06
198.15 -> 277.69 kB
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:
|
|
+##
|