about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-03 19:34:52 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-03 19:34:52 +0000
commit3c531a8761295db87ae81082c20a641742eecf65 (patch)
treeefdf3a30dd4288e4e4c0a04b4b1f575f78fbf8b3 /ChangeLog
parentca97fb53255da0a01195a1b43c0d9138a4b44f49 (diff)
downloadglibc-3c531a8761295db87ae81082c20a641742eecf65.tar.gz
glibc-3c531a8761295db87ae81082c20a641742eecf65.tar.xz
glibc-3c531a8761295db87ae81082c20a641742eecf65.zip
Update.
	* misc/Makefile (routines): Add remap_file_pages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6945433eaf..7fe9b19631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,7 @@
 	* sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
 	* misc/sys/mman.h: Add prototype for remap_file_pages.
 	* sysdeps/generic/remap_file_pages.c: New file.
+	* misc/Makefile (routines): Add remap_file_pages.
 
 	* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
 	and MAP_NONBLOCK.