mirror of
https://github.com/golang/go
synced 2024-11-23 00:20:12 -07:00
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
Block a user