mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Fix comment style
This commit is contained in:
parent
e87d8ada29
commit
066ae81ec9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user