aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2001-11-19 15:13:45 +0000
committerSam Steingold2001-11-19 15:13:45 +0000
commitaff37336ea0e27a5cbc61b42b63d28a9d74b1498 (patch)
tree9c0327bcb180a4387fc1bff32477ad2067744e96 /src/ChangeLog
parent7243105827747388bec152c6c3457924c4f7ade3 (diff)
downloademacs-aff37336ea0e27a5cbc61b42b63d28a9d74b1498.tar.gz
emacs-aff37336ea0e27a5cbc61b42b63d28a9d74b1498.zip
[!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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 991c7648689..f7c5a5895df 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12001-11-14 Andreas Schwab <schwab@suse.de>
2
3 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
4 if defined, 0 otherwise.
5 (MAP_FAILED): Define if not defined and use it for testing mmap
6 failure.
7 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
8
12001-11-19 Richard M. Stallman <rms@gnu.org> 92001-11-19 Richard M. Stallman <rms@gnu.org>
2 10
3 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars. 11 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.