forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: sockets: Implement gai_strerror()
To save binary size, currently just returns textual name of error code, e.g. EAI_FAIL -> "EAI_FAIL". Based on real usecases, can be replaced with user-friendly message later. (Current usecase is to allow/help to elaborate sockets API by proof-of-concept porting existing socket apps). Signed-off-by: Paul Sokolovsky <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters