Fixed strerror function and added socket error handling.

Cleared all libck warnings. 
Updated libimg.h

git-svn-id: svn://kolibrios.org@8540 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001
2021-01-18 22:04:07 +00:00
parent 23d2e1da69
commit fa2d611c7e
9 changed files with 121 additions and 55 deletions

View File

@@ -1,3 +1,5 @@
/* Copyright (C) 2019-2021 Logaev Maxim (turbocat2001), GPLv3 */
#include <net/socket.h>
int socket(int domain, int type, int protocol)