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

fd_set should use longs #121

Open
justincormack opened this issue Dec 17, 2013 · 2 comments
Open

fd_set should use longs #121

justincormack opened this issue Dec 17, 2013 · 2 comments

Comments

@justincormack
Copy link
Owner

needs 64 bit bitops though...

@anttikantee
Copy link
Contributor

Why? At least on NetBSD it's implemented using uint32's. That said, I can't imagine how a struct containing uint64_t[2], uint32_t[4] or uint8_t[16] would work differently (alignment constraint?).

@justincormack
Copy link
Owner Author

Well know it works fine, but its nice to use 64 bit if thats how it is defined (which it is on 64 bit Linux and I think Freebsd) so it matches up better...

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

No branches or pull requests

2 participants