]> git.lizzy.rs Git - rust.git/commit
auto merge of #19439 : nodakai/rust/liblibc-getsid, r=acrichto
authorbors <bors@rust-lang.org>
Tue, 2 Dec 2014 00:22:00 +0000 (00:22 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Dec 2014 00:22:00 +0000 (00:22 +0000)
commit5484d6f6d2844e9c52d42db52a1ba94739e10996
tree39955c543dd81491795963138a2d4f4ea35ec4f8
parent21ba1d5e58144c83093a8cbb467a6c9cb12fc4a1
parent2018510dd9578b9c3ca25d574130056f9c36aaf9
auto merge of #19439 : nodakai/rust/liblibc-getsid, r=acrichto

```
#include <unistd.h>

pid_t getsid(pid_t pid);

CONFORMING TO
       SVr4, POSIX.1-2001.
```