]> Cypherpunks repositories - gostls13.git/commitdiff
Add comment.
authorRuss Cox <rsc@golang.org>
Mon, 8 Jun 2009 21:09:04 +0000 (14:09 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 8 Jun 2009 21:09:04 +0000 (14:09 -0700)
R=gri
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=30058
CL=30060

src/lib/runtime/darwin/thread.c

index e5b5b9b8a0be1b12c729b0d2068d25abbb568176..3a982471ae1a3fad5e9d69b7aaaed612037f1235 100644 (file)
@@ -323,6 +323,8 @@ enum
        Tmach_semdestroy = 3419,
        Rmach_semdestroy = Tmach_semdestroy + Reply,
 
+       // Mach calls that get interrupted by Unix signals
+       // return this error code.  We retry them.
        KERN_ABORTED = 14,
 };