bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/41] libports: Port to x86_64


From: Sergey Bugaev
Subject: [PATCH 02/41] libports: Port to x86_64
Date: Tue, 9 May 2023 00:30:57 +0300

---
 libports/manage-multithread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c
index 9f397b26..0f8af8ea 100644
--- a/libports/manage-multithread.c
+++ b/libports/manage-multithread.c
@@ -229,7 +229,7 @@ ports_manage_port_operations_multithread (struct 
port_bucket *bucket,
   thread_function (void *arg)
     {
       struct ports_thread thread;
-      int master = (int) arg;
+      int master = (int)(uintptr_t) arg;
       int timeout;
       error_t err;
 
-- 
2.40.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]