No networking for now
This commit is contained in:
@ -16,8 +16,6 @@
|
||||
#define E_RESOURCEAVAIL -12
|
||||
#define E_SPAWNERROR -13
|
||||
#define E_NOTYET -14
|
||||
#define E_NETSOCKLISTEN -15
|
||||
#define E_NETSOCKBIND -16
|
||||
|
||||
#if !defined(__ASSEMBLER__)
|
||||
|
||||
@ -37,6 +35,7 @@ static const char *_ERROR_STRINGS[] = {
|
||||
"Invalid operation",
|
||||
"Resource already available",
|
||||
"Process spawn error",
|
||||
"Data isn't ready yet",
|
||||
};
|
||||
|
||||
#define ERRSTRING_INDEX(ioh) ((size_t)((ioh) < 0 ? (ioh) * (-1) : (ioh)))
|
||||
|
||||
Reference in New Issue
Block a user