On 2024-08-13 09:20, Jim Meyering wrote:
While somewhat related, I don't see how an async-safe strcpy would let us remove that function.
Agreed. You can't even use strcpy on 'char volatile *'; C prohibits that. Async safety is about something else (admittedly brain-hurting :-).