diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-03-16 19:44:04 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-03-16 19:44:04 +0100 |
commit | 066ae81ec9b1a5bb8f8b93f4defb089f7b315833 (patch) | |
tree | 98785365797b551c63779b6786dcdfcfa2d5d0d6 /hurd | |
parent | e87d8ada291d77f065b36c27c0b8c20ab858650b (diff) | |
download | glibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.tar glibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.tar.gz glibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.tar.bz2 glibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.zip |
hurd: Fix comment style
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); |