fix underscores in errno (and related) headers

This commit is contained in:
mrdudz
2022-08-28 21:36:22 +02:00
parent 6ba3deffa4
commit 5d390489a8
4 changed files with 31 additions and 21 deletions

View File

@@ -35,9 +35,9 @@
/* Please note: All functions in this file will set _oserror *and* return its
** value. The only exception is dio_open, which will return NULL, but _oserror
** will be set. All function will also set _oserror in case of successful
/* Please note: All functions in this file will set __oserror *and* return its
** value. The only exception is dio_open, which will return NULL, but __oserror
** will be set. All function will also set __oserror in case of successful
** execution, effectively clearing it.
*/