summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/sigio.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/sigio.h')
-rw-r--r--freebsd/sys/sys/sigio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/sys/sigio.h b/freebsd/sys/sys/sigio.h
index 1345cd61..74047b78 100644
--- a/freebsd/sys/sys/sigio.h
+++ b/freebsd/sys/sys/sigio.h
@@ -64,7 +64,7 @@ pid_t fgetown(struct sigio **sigiop);
int fsetown(pid_t pgid, struct sigio **sigiop);
void funsetown(struct sigio **sigiop);
void funsetownlst(struct sigiolst *sigiolst);
-#else /* __rtems__ */
+#elif defined(__rtems__) && defined(_KERNEL)
static inline pid_t
fgetown(struct sigio **sigiop)
{
@@ -93,6 +93,6 @@ funsetownlst(struct sigiolst *sigiolst)
{
(void) sigiolst;
}
-#endif /* __rtems__ */
+#endif /* __rtems__ && _KERNEL */
#endif /* _SYS_SIGIO_H_ */