aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zstream
diff options
context:
space:
mode:
authorRob N <[email protected]>2024-05-25 11:54:24 +1000
committerGitHub <[email protected]>2024-05-24 18:54:24 -0700
commit708be0f415c83c941d3ed5153fafc5d3766e4cdd (patch)
tree7e1137b1f326308b81a107de72e9085a5a213ac2 /cmd/zstream
parent7572e8ca04adda7af207dd27d643d241351680e7 (diff)
Linux 6.7 compat: detect if kernel defines intptr_t
Since Linux 6.7 the kernel has defined intptr_t. Clang has -Wtypedef-redefinition by default, which causes the build to fail because we also have a typedef for intptr_t. Since its better to use the kernel's if it exists, detect it and skip our own. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rob Norris <[email protected]> Closes #16201
Diffstat (limited to 'cmd/zstream')
0 files changed, 0 insertions, 0 deletions