Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <termios.h> pid_t tcgetsid(int fildes); | |
Description |
| |
Return val. | Process group ID of the session associated with the specified terminal | |
if successful. | ||
| otherwise. | |
Errors |
| |
|
| No controlling terminal is assigned to the fildes argument. |
|
| The fildes argument is not a valid file descriptor. |
|
| The file fildes is not a terminal. |
See also |
|