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

in_port_t is never defined #123

Closed
fornwall opened this issue Jun 13, 2016 · 1 comment
Closed

in_port_t is never defined #123

fornwall opened this issue Jun 13, 2016 · 1 comment
Labels
Milestone

Comments

@fornwall
Copy link

http://pubs.opengroup.org/onlinepubs/000095399/basedefs/netinet/in.h.html says:

The <netinet/in.h> header shall define the following types:

in_port_t
Equivalent to the type uint16_t as defined in <inttypes.h> .
in_addr_t
Equivalent to the type uint32_t as defined in <inttypes.h> .

but in_port_t is never defined by any NDK header.

@enh enh added the headers label Jun 13, 2016
@enh
Copy link
Contributor

enh commented Jun 13, 2016

added to bionic in the L timeframe: https://android.googlesource.com/platform/bionic/+/35d226e05d92824c6eb992e7a64ea22efc8bae03

unfortunately, the NDK L headers are not actually the platform L headers, and the NDK's M and N headers are just copies of the NDK's L headers.

this will be fixed by #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants