mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Revert r190943, since the problem in ports seems to be fixed now.
It's amazing how a well-placed eyesore generates more motivation in a day than email generates in three weeks.
This commit is contained in:
parent
842f11bef6
commit
1068c8150a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191202
@ -72,10 +72,8 @@ int raise(int);
|
||||
|
||||
#if __POSIX_VISIBLE || __XSI_VISIBLE
|
||||
int kill(__pid_t, int);
|
||||
#ifndef _PTH_PTHREAD_H_ /* XXX kludge to work around GNU Pth brokenness */
|
||||
int pthread_kill(__pthread_t, int);
|
||||
int pthread_sigmask(int, const __sigset_t *, __sigset_t *);
|
||||
#endif
|
||||
int sigaction(int, const struct sigaction * __restrict,
|
||||
struct sigaction * __restrict);
|
||||
int sigaddset(sigset_t *, int);
|
||||
|
Loading…
Reference in New Issue
Block a user