diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd/signal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h index b0b53668d2..308124c90b 100644 --- a/hurd/hurd/signal.h +++ b/hurd/hurd/signal.h @@ -173,8 +173,7 @@ extern int _hurd_core_limit; As a consequence, a critical section will see its RPCs return EINTR, even if SA_RESTART is set! In that case, the critical section should be left, so that the handler can run, and the whole critical section be tried again, to - avoid unexpectingly exposing EINTR to the application. - */ + avoid unexpectingly exposing EINTR to the application. */ extern void *_hurd_critical_section_lock (void); |