Re: macOS status
Kirill A. Korinsky <[email protected]>
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 29 Jan 2024 23:48:16 +0100, Chun Tian (binghe) wrote: > > I think it's OK to ignore macOS versions where readlinkat() is not > available, because on those old platforms GCL 2.6.12 at least works. > I totally agree with you! Also, keep in mind that readlinkat() were reimplemented to legacy platforms inside MacPorts Legacy Support, see: https://github.com/macports/macports-legacy-support/blob/v1.1.1/include/sys/unistd.h#L60 -- wbr, Kirill