Skip to content

liblibc: getsid() was missing though setsid() was already there. #19439

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
Dec 2, 2014

Conversation

nodakai
Copy link
Contributor

@nodakai nodakai commented Dec 1, 2014

#include <unistd.h>

pid_t getsid(pid_t pid);

CONFORMING TO
       SVr4, POSIX.1-2001.

include <unistd.h>

pid_t getsid(pid_t pid);

CONFORMING TO
       SVr4, POSIX.1-2001.

Signed-off-by: NODA, Kai <[email protected]>
bors added a commit that referenced this pull request Dec 2, 2014
```
#include <unistd.h>

pid_t getsid(pid_t pid);

CONFORMING TO
       SVr4, POSIX.1-2001.
```
@bors bors closed this Dec 2, 2014
@bors bors merged commit 2018510 into rust-lang:master Dec 2, 2014
@nodakai nodakai deleted the liblibc-getsid branch February 7, 2016 05:38
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.

4 participants