summaryrefslogtreecommitdiff
path: root/userland/libc/include/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/signal.h')
-rw-r--r--userland/libc/include/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/libc/include/signal.h b/userland/libc/include/signal.h
index 2be081c..a241015 100644
--- a/userland/libc/include/signal.h
+++ b/userland/libc/include/signal.h
@@ -37,7 +37,7 @@ struct siginfo {
typedef struct siginfo siginfo_t;
-int kill(pid_t pid, int sig);
+int kill(int fd, int sig);
struct sigaction {
void (*sa_handler)(int); // Pointer to a signal-catching function or one of