Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview: Add QNX Neutrino support #1

Closed
wants to merge 1 commit into from
Closed

Conversation

flba-eb
Copy link
Owner

@flba-eb flba-eb commented Mar 24, 2023

Dear @gh-tr and @Tom-Goring,

Before I make this PR public, feel free to have a look at these changes.

@flba-eb flba-eb changed the title Add QNX Neutrino support Preview: Add QNX Neutrino support Mar 24, 2023
use std::{
num::NonZeroUsize,
os::unix::io::{AsFd, AsRawFd},
};
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this

fd.as_fd().as_raw_fd(),
iov.as_ptr() as *const libc::iovec,
iov.len() as c_int,
)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert (whitespace change only)

fd.as_fd().as_raw_fd(),
iov.as_ptr() as *const libc::iovec,
iov.len() as c_int,
)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert (whitespace change only)

fd: Fd,
iov: &[IoSlice<'_>],
offset: off_t,
) -> Result<usize> {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert (whitespace change only)

@flba-eb
Copy link
Owner Author

flba-eb commented Jun 16, 2023

nix-rust#2055

@flba-eb flba-eb closed this Jun 16, 2023
@flba-eb flba-eb deleted the add_qnx_support branch June 16, 2023 13:03
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