emacs-diffs
[Top][All Lists]
Advanced

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

master 91e239a: Merge from origin/emacs-27


From: Glenn Morris
Subject: master 91e239a: Merge from origin/emacs-27
Date: Wed, 8 Jan 2020 15:31:01 -0500 (EST)

branch: master
commit 91e239a954283a372e48c81250936efe7d9591e5
Merge: eae42a6 1fe596d
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Merge from origin/emacs-27
    
    1fe596d89f (origin/emacs-27) Fix another compilation problem in a bui...
---
 src/systhread.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/systhread.c b/src/systhread.c
index 5bd6299..c649ae8 100644
--- a/src/systhread.c
+++ b/src/systhread.c
@@ -81,6 +81,10 @@ sys_thread_equal (sys_thread_t t, sys_thread_t u)
 {
   return t == u;
 }
+void
+sys_thread_set_name (const char *name)
+{
+}
 
 bool
 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void 
*datum)



reply via email to

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