]> git.eshelyaron.com Git - emacs.git/commit
Don't include string.h (redundant).
authorDave Love <fx@gnu.org>
Fri, 8 Sep 2000 13:46:27 +0000 (13:46 +0000)
committerDave Love <fx@gnu.org>
Fri, 8 Sep 2000 13:46:27 +0000 (13:46 +0000)
commita2c23c923a6c98500895fc938c2c10157565a438
tree1d8b64801246f5b78ed096b505fc9f2843aa458d
parent3015eec0e8c1e7b24c8db35c764afd6d6971dd15
Don't include string.h (redundant).
(MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
[!MAP_ANON]: Include fcntl.h.
(mmap_fd) [REL_ALLOC_MMAP]: New variable.
(r_alloc, r_re_alloc, r_alloc_free)
(mmap_enlarge, mmap_set_vars): Use it.
(r_alloc_init_fd): New function.
(__morecore) [SYSTEM_MALLOC]: Don't declare.
(r_alloc_init): Call r_alloc_init_fd.  Conditionalize stuff on
malloc type.
src/ralloc.c