Go to the first, previous, next, last section, table of contents.


setsid

Syntax

#include <unistd.h>

pid_t setsid(void);

Description

This function does not do anything. It exists to assist porting from Unix.

Return Value

Return value of see section getpid.

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.