Re: [go-nuts] xrealwd() in unix.c in Go 1.4

2024-07-18 Thread Ian Lance Taylor
On Thu, Jul 18, 2024 at 9:38 PM Chris Guthrey wrote: > > I'm trying to learn how the last version of Go that is bootstrapped from C > works and as a learning exercise, maybe try porting to a new OS (on x86 for > now)... > > So I'm trying to get my head around the xrealdwd() function in > /src/

[go-nuts] xrealwd() in unix.c in Go 1.4

2024-07-18 Thread Chris Guthrey
Hi, I'm trying to learn how the last version of Go that is bootstrapped from C works and as a learning exercise, maybe try porting to a new OS (on x86 for now)... So I'm trying to get my head around the xrealdwd() function in /src/cmd/dist/unix.c - I just can't grok why it is needed. A q