Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 544 Bytes

getpgrp.part-impl.md

File metadata and controls

40 lines (21 loc) · 544 Bytes

getpgrp

Synopsis

#include <unistd.h>

pid_t getpgrp(void);

Status

Partially implemented

Conformance

IEEE Std 1003.1-2017

Description

The getpgrp() function shall return the process group ID of the calling process.

Return value

The getpgrp() function shall always be successful, and no return value is reserved to indicate an error.

Errors

No errors are defined.

Tests

Untested

Known bugs

None

See Also

  1. Standard library functions
  2. Table of Contents