]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation warnings due to prototype of thread_select
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Dec 2016 16:23:04 +0000 (18:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Dec 2016 16:23:04 +0000 (18:23 +0200)
commit7399f53a3706c8cb6ce27f7fe51fb5dc79e39bc1
tree88e4212341ca08f9da3d8c1ea71cf033c11b1324
parentae490069eafa68356405fc9719910a4c533f14ea
Fix compilation warnings due to prototype of thread_select

* src/thread.h <int select_func>: Make the 5th and 6th arguments
be 'const'.
* src/process.c [WINDOWSNT]:
* src/w32proc.c: Make the 5th and 6th argument to sys_select be
'const'.
src/process.c
src/thread.h
src/w32.c
src/w32proc.c