diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-27 14:17:15 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-27 14:17:15 +0100 |
commit | 949dc848940b68ffd1327a278df4472e98a455dc (patch) | |
tree | 60bbeea2a0b097c0a52b5b9a37b80ccf4d39dd5b /src/libutil/sync.hh | |
parent | dbc4f9d478814f3ce4ee23531502247d02c85911 (diff) |
Fix segfault on i686-linux
https://hydra.nixos.org/build/107467517
Seems that on i686-linux, gcc and rustc disagree on how to return
1-word structs: gcc has the caller pass a pointer to the result, while
rustc has the callee return the result in a register. Work around this
by using a bare pointer.
Diffstat (limited to 'src/libutil/sync.hh')
0 files changed, 0 insertions, 0 deletions