Skip to content

Revise waitpid API #840

@Susurrus

Description

@Susurrus

There are 4 different types of calls to waitpid(), all of which use a different range of a c_int to be expressed. Instead an enum type should be used that includes:

  • wait for any child process with a specific process group ID
  • wait for any child process
  • wait for any child process whose process group ID is equal to that of the calling process
  • wait for the child with a specific process ID

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions