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
97a00785cd
commit
5450ed07f6
@ -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