emacs-diffs
[Top][All Lists]
Advanced

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

master eae42a6: Merge from origin/emacs-27


From: Glenn Morris
Subject: master eae42a6: Merge from origin/emacs-27
Date: Wed, 8 Jan 2020 14:17:37 -0500 (EST)

branch: master
commit eae42a625511555570ce2e809f4b93072ae9c37a
Merge: b968b73 50dc615
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Merge from origin/emacs-27
    
    50dc615095 (origin/emacs-27) Fix build without threads
---
 src/systhread.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/systhread.c b/src/systhread.c
index 2c3a060..5bd6299 100644
--- a/src/systhread.c
+++ b/src/systhread.c
@@ -83,8 +83,7 @@ sys_thread_equal (sys_thread_t t, sys_thread_t u)
 }
 
 bool
-sys_thread_create (sys_thread_t *t, const char *name,
-                  thread_creation_function *func, void *datum)
+sys_thread_create (sys_thread_t *t, thread_creation_function *func, void 
*datum)
 {
   return false;
 }



reply via email to

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