1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:40:03 -07:00

Add comment.

R=gri
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=30058
CL=30060
This commit is contained in:
Russ Cox 2009-06-08 14:09:04 -07:00
parent eec4991863
commit 925183cf1a

View 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,
};