X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/db7fc030e9e04c881f5f12a0e23baa8db4e20ee1..45e1f8b055043e54be35462852ab6649d634da7c:/lunaix-os/includes/lunaix/signal.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/signal.h b/lunaix-os/includes/lunaix/signal.h index c815c4f..16ec033 100644 --- a/lunaix-os/includes/lunaix/signal.h +++ b/lunaix-os/includes/lunaix/signal.h @@ -28,4 +28,7 @@ #define _SIG_UNBLOCK SIG_UNBLOCK #define _SIG_SETMASK SIG_SETMASK +int +signal_send(pid_t pid, int signum); + #endif /* __LUNAIX_SIGNAL_H */