Rename read syscall, vfs_read and so to xxx_read_file

This commit is contained in:
2026-03-01 00:29:04 +01:00
parent 0533c2705d
commit a3b98fcaa2
12 changed files with 41 additions and 41 deletions

View File

@@ -16,7 +16,7 @@
#define SYS_EXEC 13
#define SYS_VOLUME_OPEN 14
#define SYS_VOLUME_CLOSE 15
#define SYS_READ 16
#define SYS_READ_FILE 16
#define SYS_DESCRIBE 17
#define SYS_MAIL_SEND 18
#define SYS_MAIL_RECEIVE 19