SYNOPSIS
#include <sys/types.h>
#include <unistd.h>
pid_t tcgetpgrp(int fildes);
DESCRIPTION
The
PARAMETERS
RETURN VALUES
If successful,
- EBADF
-
The fildes parameter is not a valid file descriptor.
- ENOTTY
-
The calling process does not have a controlling terminal, or the file is not the controlling terminal.
CONFORMANCE
POSIX.1 (1996).
MULTITHREAD SAFETY LEVEL
Async-signals-safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
setpgid() ,setsid() ,tcsetpgrp()
PTC MKS Toolkit 10.4 Documentation Build 39.