None of select.h needs to be exposed to !_KERNEL.
This commit is contained in:
parent
386fd02622
commit
fd514e8278
@ -37,6 +37,7 @@
|
||||
#ifndef _SYS_SELECT_H_
|
||||
#define _SYS_SELECT_H_
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <sys/event.h> /* for struct klist */
|
||||
|
||||
/*
|
||||
@ -50,7 +51,6 @@ struct selinfo {
|
||||
};
|
||||
#define SI_COLL 0x0001 /* collision occurred */
|
||||
|
||||
#ifdef _KERNEL
|
||||
struct proc;
|
||||
|
||||
void selrecord __P((struct proc *selector, struct selinfo *));
|
||||
|
@ -37,6 +37,7 @@
|
||||
#ifndef _SYS_SELECT_H_
|
||||
#define _SYS_SELECT_H_
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <sys/event.h> /* for struct klist */
|
||||
|
||||
/*
|
||||
@ -50,7 +51,6 @@ struct selinfo {
|
||||
};
|
||||
#define SI_COLL 0x0001 /* collision occurred */
|
||||
|
||||
#ifdef _KERNEL
|
||||
struct proc;
|
||||
|
||||
void selrecord __P((struct proc *selector, struct selinfo *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user