Re: [PATCH 5/6] Remove usage of "unlocked" variant of stdio print functions

2024-10-14 Thread Mark Wielaard
Hi Michael, On Thu, Oct 10, 2024 at 10:27:23AM +, Michael Pratt wrote: > These Linux Standard Base functions are not available > on all systems that are capable of building Linux and ELFs. > > The difference is negligible for simple printing to stdout. > > POSIX also states for the similar p

[PATCH 5/6] Remove usage of "unlocked" variant of stdio print functions

2024-10-10 Thread Michael Pratt
These Linux Standard Base functions are not available on all systems that are capable of building Linux and ELFs. The difference is negligible for simple printing to stdout. POSIX also states for the similar putc_unlocked(): These functions can safely be used in a multi-threaded program if a