Skip to content

Commit

Permalink
[compiler-rt] Use consistent checks for XDR
Browse files Browse the repository at this point in the history
  • Loading branch information
disigma committed Jul 11, 2024
1 parent 953d8d8 commit 44b40f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ CHECK_SIZE_AND_OFFSET(group, gr_passwd);
CHECK_SIZE_AND_OFFSET(group, gr_gid);
CHECK_SIZE_AND_OFFSET(group, gr_mem);

#if HAVE_RPC_XDR_H
#if HAVE_RPC_XDR_H && !SANITIZER_MAC
CHECK_TYPE_SIZE(XDR);
CHECK_SIZE_AND_OFFSET(XDR, x_op);
CHECK_SIZE_AND_OFFSET(XDR, x_ops);
Expand Down

0 comments on commit 44b40f7

Please sign in to comment.