On 2022/12/19 00:49, Joel Sing wrote:
> On 22-12-15 13:15:58, Stuart Henderson wrote:
> > golang.org/x/sys/unix/zerrors_openbsd_* and friends are seriously out
> > of date on some archs; zerrors for 386 must have been generated on
> > openbsd 5.7 or earlier; arm and amd64 somewhere between 5.8 and 6.0.
> > (I bumped into this trying to build something which wants O_CLOEXEC
> > but fails on i386).
> > 
> > How can we go about getting these updated upstream so that there's a
> > chance they'll eventually trickle down to projects using vendored copies?
> 
> Thanks - I'll look at respinning and upstreaming them in the coming weeks.

What's the current status of this please? git head still has 

SYS_MMAP           = 197 // { void *sys_mmap(void *addr, size_t len, int prot, \
SYS_LSEEK          = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \

etc.

Reply via email to