mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 21:29:36 +08:00
KQUEUE(2): Add missing file handler
This commit is contained in:
parent
17ab62cbdd
commit
6e328c38b1
@ -2764,6 +2764,9 @@ static const rtems_filesystem_file_handlers_r kqueueops = {
|
|||||||
.fdatasync_h = rtems_filesystem_default_fsync_or_fdatasync,
|
.fdatasync_h = rtems_filesystem_default_fsync_or_fdatasync,
|
||||||
.fcntl_h = rtems_filesystem_default_fcntl,
|
.fcntl_h = rtems_filesystem_default_fcntl,
|
||||||
.poll_h = rtems_bsd_kqueue_poll,
|
.poll_h = rtems_bsd_kqueue_poll,
|
||||||
.kqfilter_h = rtems_bsd_kqueue_kqfilter
|
.kqfilter_h = rtems_bsd_kqueue_kqfilter,
|
||||||
|
.readv_h = rtems_filesystem_default_readv,
|
||||||
|
.writev_h = rtems_filesystem_default_writev,
|
||||||
|
.mmap_h = rtems_filesystem_default_mmap
|
||||||
};
|
};
|
||||||
#endif /* __rtems__ */
|
#endif /* __rtems__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user