mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-16 08:46:48 +00:00
Add a note about the FIXME
This commit is contained in:
parent
0c114e911b
commit
0ef55a396f
@ -89,7 +89,8 @@ pub trait Pause: WaitTimeout {
|
||||
/// This method will return an error with [`ETIME`] if the timeout is reached.
|
||||
///
|
||||
/// Unlike other methods in the trait, this method will _not_ return an error with [`EINTR`] if
|
||||
/// a signal is received (FIXME).
|
||||
/// a signal is received (FIXME: See <https://github.com/asterinas/asterinas/pull/1577> for why
|
||||
/// we cannot fix this directly).
|
||||
///
|
||||
/// [`ETIME`]: crate::error::Errno::ETIME
|
||||
/// [`EINTR`]: crate::error::Errno::EINTR
|
||||
|
Loading…
x
Reference in New Issue
Block a user