Skip to content

Fix FICLONE ioctl type for Linux#15

Merged
bluestreak01 merged 1 commit intomasterfrom
v_fix_blah
Apr 6, 2026
Merged

Fix FICLONE ioctl type for Linux#15
bluestreak01 merged 1 commit intomasterfrom
v_fix_blah

Conversation

@bluestreak01
Copy link
Copy Markdown
Member

@bluestreak01 bluestreak01 commented Apr 6, 2026

Summary

  • Fix compilation on Linux: FICLONE constant used c_ulong (u64) but libc::ioctl expects libc::Ioctl (i32 on Linux). Changed type to libc::Ioctl for cross-platform correctness.

Test plan

  • CI passes on Linux

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bluestreak01 bluestreak01 merged commit f0b6d1b into master Apr 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant