mirror of https://github.com/golang/go.git
Add comment.
R=gri DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30058 CL=30060
This commit is contained in:
parent
eec4991863
commit
925183cf1a
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue