-
Notifications
You must be signed in to change notification settings - Fork 5.5k
android: add SUPPORTS_PTHREAD_GETNAME_NP definition #12011
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
Changes from 5 commits
a6998cd
bb595e2
5b6fdc6
5846c22
e1881fb
6af202b
90082ee
af10833
fe5cf72
5ac5ef9
bf90d74
354fa04
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -617,6 +617,7 @@ getaddrinfo | |
| getaffinity | ||
| gethostname | ||
| getifaddrs | ||
| getname | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it looks like this is not needed; maybe it was in an intermediate state of this PR? If I'm wrong go ahead an put it back.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's complaining for the comment I wrote which uses
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pretty sure you can wrap the word in back ticks (maybe double back ticks?) to avoid the spell checker, i think thats the preferred way to handle these special words |
||
| getpeername | ||
| getsockname | ||
| getsockopt | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest defining it to 1 or 0, rather than defining/not-defining it. That would make it less cumbersome to use in logical expressions at call-sites.
I think that's more consistent with other similar definitions in this file.