mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +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
Notes:
sideshowbarker
2024-07-19 10:24:01 +09:00
Author: https://github.com/awesomekling
Commit: 24cc67d199
5 changed files with 1 additions and 21 deletions
|
@ -43,7 +43,6 @@ int release_shared_buffer(int shared_buffer_id);
|
|||
int seal_shared_buffer(int shared_buffer_id);
|
||||
int get_shared_buffer_size(int shared_buffer_id);
|
||||
int set_process_icon(int icon_id);
|
||||
int read_tsc(unsigned* lsw, unsigned* msw);
|
||||
inline int getpagesize() { return 4096; }
|
||||
pid_t fork();
|
||||
int execv(const char* path, char* const argv[]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue