lock-obj-pub.arm-openadk-linux-uclibceabihf.h 513 B

1234567891011121314151617181920212223
  1. ## lock-obj-pub.arm-unknown-linux-gnueabihf.h
  2. ## File created by gen-posix-lock-obj - DO NOT EDIT
  3. ## To be included by mkheader into gpg-error.h
  4. typedef struct
  5. {
  6. long _vers;
  7. union {
  8. volatile char _priv[24];
  9. long _x_align;
  10. long *_xp_align;
  11. } u;
  12. } gpgrt_lock_t;
  13. #define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0,0,0,0,0, \
  14. 0,0,0,0,0,0,0,0, \
  15. 0,0,0,0,0,0,0,0}}}
  16. ##
  17. ## Local Variables:
  18. ## mode: c
  19. ## buffer-read-only: t
  20. ## End:
  21. ##