C library: Add strerror_r

This commit is contained in:
Gregory Nutt
2017-03-08 12:14:07 -06:00
parent 9a76a6de26
commit 05a288f2e1
5 changed files with 67 additions and 4 deletions
+1
View File
@@ -57,6 +57,7 @@ namespace std
using ::strdup;
using ::strndup;
using ::strerror;
using ::strerror_r;
using ::strlen;
using ::strnlen;
using ::strcat;