OAR

RTEMS 4.0.0 On-Line Library


kill

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

2.4.10: kill

CALLING SEQUENCE:

#include <sys/types.h>
#include <signal.h>

int kill(
  pid_t pid,
  int   sig
);

STATUS CODES:

EINVAL
Invalid argument passed.
EPERM
Process does not have permission to send the signal to any receiving process.
ESRCH
The process indicated by the parameter pid is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation