aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-12-03 22:09:23 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-12-03 22:09:23 +0000
commit52af9967822c8eca2eefd1d9e513a8d565ea0d08 (patch)
tree8887f1c06d43bcb78464279c54c526e9412762d2 /lib/libthr/thread
parent02164d3603a0387dd4cb676c12b46f898cad3792 (diff)
Notes
Diffstat (limited to 'lib/libthr/thread')
-rw-r--r--lib/libthr/thread/thr_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index 08f9c5de39047..b2816c03b44b6 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -865,10 +865,6 @@ int __sys_openat(int, const char *, int, ...);
/* #include <signal.h> */
#ifdef _SIGNAL_H_
-int __sys_kill(pid_t, int);
-int __sys_sigaltstack(const struct sigaltstack *, struct sigaltstack *);
-int __sys_sigpending(sigset_t *);
-int __sys_sigreturn(const ucontext_t *);
#ifndef _LIBC_PRIVATE_H_
int __sys_sigaction(int, const struct sigaction *, struct sigaction *);
int __sys_sigprocmask(int, const sigset_t *, sigset_t *);
@@ -899,8 +895,6 @@ int __sys_swapcontext(ucontext_t *oucp, const ucontext_t *ucp);
/* #include <unistd.h> */
#ifdef _UNISTD_H_
-void __sys_exit(int);
-pid_t __sys_getpid(void);
#ifndef _LIBC_PRIVATE_H_
int __sys_close(int);
int __sys_fork(void);