Mercurial > emacs
diff src/ChangeLog @ 41279:bc45052c83ae
[!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS if defined, 0 otherwise.
(MAP_FAILED): Define if not defined and use it for testing mmap failure.
(unexec) [!MAP_ANON]: Use /dev/zero as file to map.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 19 Nov 2001 15:13:45 +0000 |
parents | 52a7263af449 |
children | 822980b416cf |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 19 15:05:54 2001 +0000 +++ b/src/ChangeLog Mon Nov 19 15:13:45 2001 +0000 @@ -1,3 +1,11 @@ +2001-11-14 Andreas Schwab <schwab@suse.de> + + * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS + if defined, 0 otherwise. + (MAP_FAILED): Define if not defined and use it for testing mmap + failure. + (unexec) [!MAP_ANON]: Use /dev/zero as file to map. + 2001-11-19 Richard M. Stallman <rms@gnu.org> * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.