]> git.lizzy.rs Git - rust.git/commit
liblibc: getsid() was missing though setsid() was already there.
authorNODA, Kai <nodakai@gmail.com>
Mon, 1 Dec 2014 18:39:40 +0000 (02:39 +0800)
committerNODA, Kai <nodakai@gmail.com>
Mon, 1 Dec 2014 18:50:57 +0000 (02:50 +0800)
commit2018510dd9578b9c3ca25d574130056f9c36aaf9
tree7bd2b64c8995dce3792b011af0936bcc109289e2
parent09f04bf2c919725d5ee69b8cbb34cdcbb3433e25
liblibc: getsid() was missing though setsid() was already there.

include <unistd.h>

pid_t getsid(pid_t pid);

CONFORMING TO
       SVr4, POSIX.1-2001.

Signed-off-by: NODA, Kai <nodakai@gmail.com>
src/liblibc/lib.rs