Re: a few more patches
Jim Warner <[email protected]> Sun, 26 Sep 2021 06:37:08 -0500
| Newsgroups | gmane.linux.procps.devel |
|---|---|
| Message-ID | <[email protected]> |
On 9/26/21 6:05 AM, Craig Small wrote: > I'm not really sure why I put that there. I generally don't like > static buffers as a rule. Craig, I'm sure glad you did. It saved my bacon on the newlib top MT implementation. For the rest of newlib, we use heap based allocations so any multi-thread problems would be the fault of the caller. Regards, Jim