mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix lots of warnings caused by __sigisempty and __sigseteq being externs
and later static inlines. Perhaps these should be #ifdef _KERNEL?
This commit is contained in:
parent
80b50ed288
commit
9b18aa4d9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55617
@ -44,8 +44,6 @@
|
||||
* Kernel signal definitions and data structures,
|
||||
* not exported to user programs.
|
||||
*/
|
||||
int __sigisempty __P((sigset_t *set));
|
||||
int __sigseteq __P((sigset_t *set1, sigset_t *set2));
|
||||
|
||||
/*
|
||||
* Process signal actions and state, needed only within the process
|
||||
|
Loading…
Reference in New Issue
Block a user