LEFT | RIGHT |
1 // mkerrors_nacl.sh /home/rsc/pub/nacl/native_client/src/trusted/service_runtime
/include/sys/errno.h | 1 // mkerrors_nacl.sh /home/rsc/pub/nacl/native_client/src/trusted/service_runtime
/include/sys/errno.h |
2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT | 2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT |
3 | 3 |
4 package syscall | 4 package syscall |
5 | 5 |
6 // TODO(brainman): populate errors in zerrors_mingw.go | 6 // TODO(brainman): populate errors in zerrors_mingw.go |
7 | 7 |
8 const ( | 8 const ( |
9 EMINGW = 99 /* otherwise unused */ | 9 EMINGW = 99 /* otherwise unused */ |
10 ) | 10 ) |
11 | 11 |
12 // Error table | 12 // Error table |
13 var errors = [...]string{ | 13 var errors = [...]string{ |
14 EMINGW: "not supported by windows", | 14 EMINGW: "not supported by windows", |
15 } | 15 } |
LEFT | RIGHT |