]> git.eshelyaron.com Git - emacs.git/commit
Correct build on systems without PAGE_MASK
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Sep 2023 06:14:20 +0000 (14:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Sep 2023 06:16:40 +0000 (14:16 +0800)
commitb331bf6d8a21ef3ac7e70d3f4a937e4256178d55
treef242f085663e154dd0b231283f8bdb263654c012
parentcd69120731f3407a4ba8c62cc195edaf411134ce
Correct build on systems without PAGE_MASK

* exec/exec.c (write_load_command) <PAGE_MASK, PAGE_SIZE>:
Uniformly define even if !HAVE_GETPAGESIZE.
exec/exec.c