| commit | 925183cf1acff05cae0d3cb93c354eba15dca3db | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Mon Jun 08 14:09:04 2009 -0700 |
| committer | Russ Cox <rsc@golang.org> | Mon Jun 08 14:09:04 2009 -0700 |
| tree | 7ee52f60c312b95c4c66a3e407ac988d0b00d6b0 | |
| parent | eec4991863ab2cccca6f2ae9833db0f3ea18ae20 [diff] |
Add comment. R=gri DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30058 CL=30060
diff --git a/src/lib/runtime/darwin/thread.c b/src/lib/runtime/darwin/thread.c index e5b5b9b..3a98247 100644 --- a/src/lib/runtime/darwin/thread.c +++ b/src/lib/runtime/darwin/thread.c
@@ -323,6 +323,8 @@ 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, };