-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add setfsgid/setfsuid on Linux #802
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
Conversation
@bors: r+ |
📌 Commit e859f49 has been approved by |
💔 Test failed - status-travis |
@bors: r- retry |
Interesting. Actually |
libc-test/build.rs
Outdated
@@ -212,6 +211,7 @@ fn main() { | |||
cfg.header("sched.h"); | |||
cfg.header("sys/epoll.h"); | |||
cfg.header("sys/eventfd.h"); | |||
cfg.header("sys/fsuid.h"); |
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.
Now it is hopefully also in android available.
@@ -240,6 +239,8 @@ fn main() { | |||
} | |||
|
|||
if linux || android { | |||
cfg.header("sys/fsuid.h"); |
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.
turns out not to be available in emscripten.
@bors: r+ |
📌 Commit 3406fe9 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
No description provided.