From 1e4e6ee8f4ee5fe7c1ae87b0da4374de2ce29906 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 31 Mar 2009 14:58:14 +0000 Subject: * shm.cc (struct shm_attached_list): Convert access type to ULONG. (fixup_shms_after_fork): Fix comment. Use NtMapViewOfSection rather than MapViewOfFileEx to recreate shared memory regions. Add function name to api_fatal output. (shmat): Use NtMapViewOfSection to create shared memory region top-down. --- winsup/cygwin/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e0b3647e2..8931199cb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +2009-03-31 Corinna Vinschen + + * shm.cc (struct shm_attached_list): Convert access type to ULONG. + (fixup_shms_after_fork): Fix comment. Use NtMapViewOfSection rather + than MapViewOfFileEx to recreate shared memory regions. Add function + name to api_fatal output. + (shmat): Use NtMapViewOfSection to create shared memory region + top-down. + 2009-03-31 Corinna Vinschen * ctype.cc: Remove implementation of ctype functions in favor of -- cgit v1.2.3