projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd9ccb
)
Fix build without threads
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 8 Jan 2020 18:53:00 +0000
(20:53 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 8 Jan 2020 18:53:00 +0000
(20:53 +0200)
* src/systhread.c (sys_thread_create) [!THREADS_ENABLED]: Update
the function's signature to match prototype. Reported by Glenn
Morris <rgm@gnu.org>. (Bug#38632)
src/systhread.c
patch
|
blob
|
history
diff --git
a/src/systhread.c
b/src/systhread.c
index 2c3a060a17e9b3fc7addd42e4bbd66bd8791b8ff..5bd629946f99d7cde424d16b765102a298fd6690 100644
(file)
--- 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;
}