Modifies the flags associated with an added file descriptor.
impl Epoll { fn modify<T>(&self, fd: &T, flags: PollFlags) -> Result<(), Errno> where T: FDContainer, }
The file descriptor to modify.
The new flags.