diff options
Diffstat (limited to 'StdLib/BsdSocketLib/errno.c')
-rw-r--r-- | StdLib/BsdSocketLib/errno.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StdLib/BsdSocketLib/errno.c b/StdLib/BsdSocketLib/errno.c index 360609bd80..2f81506b7a 100644 --- a/StdLib/BsdSocketLib/errno.c +++ b/StdLib/BsdSocketLib/errno.c @@ -15,4 +15,7 @@ #include <sys/errno.h>
+/**
+ Variable that contains additional error information when an API call fails.
+**/
int errno;
|