]> git.eshelyaron.com Git - emacs.git/commit
Port recent MAX_RW_COUNT checks to POSIX
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Feb 2018 21:42:20 +0000 (13:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Feb 2018 21:45:27 +0000 (13:45 -0800)
commitd599dce1353ce59d134fcff21cde02c70025253d
treef209e4f35cc4afd930eca9ba14958d92dd33fe42
parent630da78a3cc2a5df2d61e1edf0c209b806b336e2
Port recent MAX_RW_COUNT checks to POSIX

* src/sysdep.c (MAX_RW_COUNT): Verify that it fits in POSIX standard
types, to go along with already-existing checks for MS-Windows types.
(emacs_intr_read): eassert on all platforms, not just MS-Windows.
src/sysdep.c