Re: readlink system calls

2023-08-24 Thread Maxime Devos
Op 22-08-2023 om 21:03 schreef Olivier Dion: On Tue, 22 Aug 2023, Christopher Baines wrote: When looking at strace for various Guile things, I'm seeing a lot of readlink system calls for directories in the load path, e.g. Is this not more a side effect of using Guix (the GNU store)

Re: readlink system calls

2023-08-22 Thread Olivier Dion
On Tue, 22 Aug 2023, Christopher Baines wrote: > When looking at strace for various Guile things, I'm seeing a lot of > readlink system calls for directories in the load path, e.g. Is this not more a side effect of using Guix (the GNU store) than Guile itself? -- Olivier Dion oldiob.dev

readlink system calls

2023-08-22 Thread Christopher Baines
When looking at strace for various Guile things, I'm seeing a lot of readlink system calls for directories in the load path, e.g. readlink("/gnu", 0x7fff8738f430, 1023) = -1 EINVAL (Invalid argument) readlink("/gnu/store", 0x7fff8738f430, 1023) = -1 EINVAL (Invalid argum