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:
Peter Wemm 2000-01-08 17:25:00 +00:00
parent 80b50ed288
commit 9b18aa4d9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55617

View File

@ -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