mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Kernel: Remove read_tsc() syscall
Since nothing is using this, let's just remove it. That's one less thing to worry about.
This commit is contained in:
parent
23e4e03233
commit
24cc67d199
5 changed files with 1 additions and 21 deletions
|
@ -184,7 +184,6 @@ public:
|
|||
int sys$rmdir(const char* pathname);
|
||||
int sys$mount(const char* device, const char* mountpoint, const char* fstype);
|
||||
int sys$umount(const char* mountpoint);
|
||||
int sys$read_tsc(u32* lsw, u32* msw);
|
||||
int sys$chmod(const char* pathname, mode_t);
|
||||
int sys$fchmod(int fd, mode_t);
|
||||
int sys$chown(const char* pathname, uid_t, gid_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue