X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..de355530ae67247cbd0da700edb3a2a1dae884c2:/bsd/sys/select.h diff --git a/bsd/sys/select.h b/bsd/sys/select.h index 4d8997d36..8c67dc5c5 100644 --- a/bsd/sys/select.h +++ b/bsd/sys/select.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -57,10 +57,14 @@ #ifndef _SYS_SELECT_H_ #define _SYS_SELECT_H_ -#ifdef KERNEL +#include + +#ifdef __APPLE_API_UNSTABLE + __BEGIN_DECLS + +#ifdef KERNEL #include -__END_DECLS #endif /* @@ -87,6 +91,10 @@ struct proc; void selrecord __P((struct proc *selector, struct selinfo *, void *)); void selwakeup __P((struct selinfo *)); void selthreadclear __P((struct selinfo *)); -#endif +#endif /* KERNEL */ + +__END_DECLS + +#endif /* __APPLE_API_UNSTABLE */ #endif /* !_SYS_SELECT_H_ */