]> git.eshelyaron.com Git - emacs.git/commit
Fix build without threads
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 Jan 2020 18:53:00 +0000 (20:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 Jan 2020 18:53:00 +0000 (20:53 +0200)
commit50dc61509512a3caaa0a7a110af8578f8e360f37
treefdc6392d045f0d0e676cf619d90eeb3be3baed6e
parent6cd9ccb0a28ec03ffe180b7429e0378511b7d459
Fix build without threads

* 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