Skip to content

Pull sockaddr_nl up a layer as it is present for Android #225

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

Merged
merged 1 commit into from
Mar 12, 2016

Conversation

posborne
Copy link
Contributor

The addition of sockaddr_nl seems to be a fairly recent
addition to bionic, although it would appear that its lack
of presence in previous versions is more of an oversight than
anything else.

https://github.com/android/platform_bionic/blob/831c8a52498d3c7be204a00847275f6e9163626f/libc/kernel/uapi/linux/netlink.h#L54

The addition of sockaddr_nl seems to be a fairly recent
addition to bionic, although it would appear that its lack
of presence in previous versions is more of an oversight than
anything else.

https://github.com/android/platform_bionic/blob/831c8a52498d3c7be204a00847275f6e9163626f/libc/kernel/uapi/linux/netlink.h#L54

This change is motivated by failures to build nix under Android.

Signed-off-by: Paul Osborne <[email protected]>
@alexcrichton
Copy link
Member

@bors: r+ 9e94d5b

Thanks!

@bors
Copy link
Contributor

bors commented Mar 12, 2016

⌛ Testing commit 9e94d5b with merge d9f256e...

bors added a commit that referenced this pull request Mar 12, 2016
Pull sockaddr_nl up a layer as it is present for Android

The addition of sockaddr_nl seems to be a fairly recent
addition to bionic, although it would appear that its lack
of presence in previous versions is more of an oversight than
anything else.

https://github.com/android/platform_bionic/blob/831c8a52498d3c7be204a00847275f6e9163626f/libc/kernel/uapi/linux/netlink.h#L54
@bors
Copy link
Contributor

bors commented Mar 12, 2016

☀️ Test successful - status-appveyor, travis

@bors bors merged commit 9e94d5b into rust-lang:master Mar 12, 2016
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
* sse: _mm_cvt_pi2ps

* sse: _mm_extract_pi16

* sse: _mm_insert_pi16

* sse: _mm_movemask_pi8

* sse: _mm_shuffle_pi16

* sse: fix _mm_insert_pi16 and _mm_extract_pi16

* sse: add tests
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.

3 participants