diff options
author | Daniel Kahn Gillmor <[email protected]> | 2014-09-23 15:17:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-23 15:32:01 +0000 |
commit | f227618e9e0d01e9dd1afbd91f9a509a532717eb (patch) | |
tree | 6967d590c77b7b5b9c80ba09bf48932d887cd8d3 /src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h | |
parent | Add new lock-obj-pub for powerpc64el-unknown-linux-gnu. (diff) | |
download | libgpg-error-f227618e9e0d01e9dd1afbd91f9a509a532717eb.tar.gz libgpg-error-f227618e9e0d01e9dd1afbd91f9a509a532717eb.zip |
Add new lock-obj-pub for sparc64-unknown-linux-gnu.
* src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h: New.
* src/Makefile.am (lock_obj_pub): Add.
--
Helmut Grohne writes:
Julien Cristau pointed out that sparc porter machines run 64bit kernels
and can execute 64bit executables. So here we go. I crossed
gen-posix-lock-obj for sparc64, verified that it is indeed a 64bit
executable and attach its output.
Debian-bug-id: 762322
Diffstat (limited to 'src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h')
-rw-r--r-- | src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h new file mode 100644 index 0000000..ee309a9 --- /dev/null +++ b/src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h @@ -0,0 +1,25 @@ +## lock-obj-pub.sparc64-unknown-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: +## |