Module syscall::flag

source ·
Expand description

Flags used as an argument to many system calls

Structs§

Constants§

Functions§

  • True if status indicates a core dump was created.
  • If wifexited(status), the exit status.
  • True if status indicates the child continued after a stop.
  • True if status indicates normal termination.
  • True if STATUS indicates termination by a signal.
  • True if status indicates the child is stopped.
  • If wifstopped(status), the signal that stopped the child.
  • If wifsignaled(status), the terminating signal.