Skip to content

Define XATTR flags, and add XATTR functions for OSX #592

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 2 commits into from
May 8, 2017

Conversation

PlasmaPower
Copy link
Contributor

@PlasmaPower
Copy link
Contributor Author

Oh, it looks like we don't have xattr functions for OSX yet. Adding those now.

@PlasmaPower
Copy link
Contributor Author

Done. It should be noted that OSX doesn't have lgetxattr, lsetxattr, etc. but rather uses a flag passed to the base versions of those functions.

@PlasmaPower
Copy link
Contributor Author

It should also be noted that in regards to OSX I'm relying on Travis to test my changes as I don't have an OSX machine. I was hoping this would be a constant only change.

@PlasmaPower PlasmaPower force-pushed the xattr-flags branch 2 times, most recently from 091f0c1 to a3b5ee1 Compare May 7, 2017 22:50
@PlasmaPower PlasmaPower changed the title Define XATTR flags Define XATTR flags, and add XATTR functions for OSX May 7, 2017
@PlasmaPower
Copy link
Contributor Author

Ok, Travis is passing so it looks like my function signatures are finally correct.

@alexcrichton
Copy link
Member

Looks great to me, thanks!

@bors: r+

@bors
Copy link
Contributor

bors commented May 8, 2017

📌 Commit 1a06678 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented May 8, 2017

⌛ Testing commit 1a06678 with merge c8c5d64...

@bors
Copy link
Contributor

bors commented May 8, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing c8c5d64 to master...

@bors bors merged commit 1a06678 into rust-lang:master May 8, 2017
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