diff options
author | Marvin Borner | 2021-04-17 13:55:51 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-17 13:55:51 +0200 |
commit | 89b5b9acf6037fc1a87f9e85c64831187a47ba94 (patch) | |
tree | 54b2cdc2dbedfb8594a2d89730805467602f7d93 /libs | |
parent | 7485f7e441ca892876d9401380aa77610eb85f76 (diff) |
Implemented I/O polling
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libc/inc/sys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/libc/inc/sys.h b/libs/libc/inc/sys.h index 749888a..461db2e 100644 --- a/libs/libc/inc/sys.h +++ b/libs/libc/inc/sys.h @@ -29,11 +29,6 @@ enum sys { SYS_EXIT, // Exit current process SYS_BOOT, // Boot functions (e.g. reboot/shutdown) SYS_YIELD, // Switch to next process - /* SYS_NET_OPEN, // Open network socket */ - /* SYS_NET_CLOSE, // Close network socket */ - /* SYS_NET_CONNECT, // Connect to destination */ - /* SYS_NET_SEND, // Send to socket */ - /* SYS_NET_RECEIVE, // Receive data from socket */ }; enum io_type { |