UbixOS
2.0
|
#include <sys/kern_sig.h>
#include <sys/sysproto_posix.h>
#include <sys/thread.h>
#include <lib/kprintf.h>
#include <ubixos/endtask.h>
#include <lib/kmalloc.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
int | sigaction (struct thread *td, register struct sigaction_args *uap) |
int | sigprocmask (register struct thread *td, struct sigprocmask_args *uap) |
int sigaction | ( | struct thread * | td, |
register struct sigaction_args * | uap | ||
) |
Definition at line 37 of file kern_sig.c.
int sigprocmask | ( | register struct thread * | td, |
struct sigprocmask_args * | uap | ||
) |
Definition at line 41 of file kern_sig.c.