Skip to content

fix type warning on iovlen in syscallbuf.c#4005

Merged
rocallahan merged 1 commit intorr-debugger:masterfrom
GitMensch:patch-2
Aug 20, 2025
Merged

fix type warning on iovlen in syscallbuf.c#4005
rocallahan merged 1 commit intorr-debugger:masterfrom
GitMensch:patch-2

Conversation

@GitMensch
Copy link
Contributor

glibc (and others) defines msg_iovlen in struct msghdr as size_t while POSIX defines it as int

glibc (and others) define msg_iovlen in struct msghdr as size_t while POSIX defines it as int
@rocallahan rocallahan merged commit a994c7e into rr-debugger:master Aug 20, 2025
5 checks passed
@GitMensch GitMensch deleted the patch-2 branch August 20, 2025 12:59
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.

2 participants

Comments