]> sourceware.org Git - glibc.git/commitdiff
hurd: Fix comment style
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 16 Mar 2019 18:44:04 +0000 (19:44 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 16 Mar 2019 18:44:04 +0000 (19:44 +0100)
hurd/hurd/signal.h

index b0b53668d249fd5d0ff952daccfe1b1edd3c1335..308124c90b01d4a62ec3f3da7097638665c2a17d 100644 (file)
@@ -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);
 
This page took 0.040289 seconds and 5 git commands to generate.