diff options
| author | Russ Cox <rsc@golang.org> | 2009-06-08 14:09:04 -0700 | 
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-06-08 14:09:04 -0700 | 
| commit | d6f08af03fd266f697a98ba80aaabc900cf9a927 (patch) | |
| tree | 7ee52f60c312b95c4c66a3e407ac988d0b00d6b0 | |
| parent | aada44c377cfd8b979aaf9af701a74b46abd540c (diff) | |
| download | golang-d6f08af03fd266f697a98ba80aaabc900cf9a927.tar.gz | |
Add comment.
R=gri
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=30058
CL=30060
| -rw-r--r-- | src/lib/runtime/darwin/thread.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/lib/runtime/darwin/thread.c b/src/lib/runtime/darwin/thread.c index e5b5b9b8a..3a982471a 100644 --- a/src/lib/runtime/darwin/thread.c +++ b/src/lib/runtime/darwin/thread.c @@ -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,  }; | 
