mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibThread: Fix int to pointer conversion
This commit is contained in:
parent
7d84f09e7e
commit
8d95bd8418
Notes:
sideshowbarker
2024-07-18 19:01:04 +09:00
Author: https://github.com/boricj
Commit: 8d95bd8418
Pull-request: https://github.com/SerenityOS/serenity/pull/6671
Reviewed-by: https://github.com/linusg
5 changed files with 9 additions and 9 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
void stop();
|
||||
|
||||
// Thread entry point
|
||||
static int start_static();
|
||||
static intptr_t start_static();
|
||||
|
||||
pthread_mutex_t* continue_mutex() { return &m_ui_action_mutex; }
|
||||
pthread_cond_t* continue_cond() { return &m_ui_action_cond; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue