1
0
mirror of https://github.com/golang/go synced 2024-09-25 03:10:12 -06:00

Add EWOULDBLOCK to sycall_nacl.go.

R=rsc
CC=go-dev, golang-dev
https://golang.org/cl/1006045
This commit is contained in:
Nigel Tao 2010-04-30 18:45:04 +10:00
parent f81d471940
commit 05cf357dd9

View File

@ -108,6 +108,10 @@ func Sleep(ns int64) (errno int) {
// SYS_TLS_*
// SYS_SCHED_YIELD
// #define'd in NaCl but not picked up by mkerrors_nacl.sh.
const EWOULDBLOCK = EAGAIN
// Not implemented in NaCl but needed to compile other packages.
const (