mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Fixed wpi_setErrnoError to print the error name
Previously, wpi_setErrnoError and wpi_setErrnoErrorWithContext always printed "Unknown errno" whenever a C library error occured. Change-Id: Ib235138eea0e83b0d7462dfd6e834e3499e3b0c5
This commit is contained in:
@@ -9,5 +9,4 @@
|
||||
extern "C"
|
||||
{
|
||||
void printCurrentStackTrace();
|
||||
bool getErrnoToName(int32_t errNo, char* name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user