None of select.h needs to be exposed to !_KERNEL.

This commit is contained in:
Brian Feldman 2000-08-06 02:14:52 +00:00
parent 386fd02622
commit fd514e8278
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64292
2 changed files with 2 additions and 2 deletions

View File

@ -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 *));

View File

@ -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 *));