1.4 |
| 14-Mar-2025 |
rillig | lint: fix definition of errno in lint standard libraries
In llib-lstdc, when errno is a macro expanding to a function, that function was declared twice: once with prototype, once without; the latter is redundant.
In llib-lposix, <errno.h> was not included, so errno was not defined as a macro. Realign lposix with lstdc by adding <errno.h> and sorting the included headers.
|