TCGETSID(3) Library Functions Manual TCGETSID(3)

tcgetsidget the process group ID for the session leader for the controlling terminal


#include <termios.h>

pid_t tcgetsid(int fildes);

The tcgetsid () function shall obtain the process group ID of the session for which the terminal specified by is the controlling terminal.

Upon successful completion, tcgetsid () shall return the process group ID associated with the terminal. Otherwise, a value of ( ) -1 shall be returned and set to indicate the error.

The tcgetsid () function shall fail if:

The fildes argument is not a valid file descriptor.
The calling process does not have a controlling terminal, or the file is not the controlling terminal.

None.

None.

None.

None.

The Base Definitions volume of IEEE Std 1003.1-2001 (“POSIX.1”), <termios.h>

First released in Issue 4, Version 2.

Moved from X/OPEN UNIX extension to BASE.

The [EACCES] error has been removed from the list of mandatory errors, and the description of [ENOTTY] has been reworded.

footer end

January 1, 2004 posix.fail