diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e0b3647e2..8931199cb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,14 @@ 2009-03-31 Corinna Vinschen <corinna@vinschen.de> + * 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 <corinna@vinschen.de> + * ctype.cc: Remove implementation of ctype functions in favor of pointer-based newlib implementation. (_ctype_b): Declare. |