/** * @file * * @ingroup rtems_bsd_rtems * * @brief TODO. */ /* * COPYRIGHT (c) 1989-2012. * XXX */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* * This routine is not supported in the RTEMS interface */ void funsetown(struct sigio **sigiop) { } /* * This routine is not supported in the RTEMS interface */ int fsetown(pid_t pgid, struct sigio **sigiop) { return 0; }