* sysv_shm.cc (vm_object_reference): remove Cygwin specific define.

(vm_map_find): Ditto.
	(vm_map_inherit): Ditto.
	(kern_shmat): On Cygwin, take shmaddr just as is.  Don't call vm
	system calls on Cygwin.  Add comment.
This commit is contained in:
Corinna Vinschen
2004-09-21 14:40:24 +00:00
parent 0ae97cf7dd
commit 04e9ee5f15
2 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2004-09-21 Corinna Vinschen <corinna@vinschen.de>
* sysv_shm.cc (vm_object_reference): remove Cygwin specific define.
(vm_map_find): Ditto.
(vm_map_inherit): Ditto.
(kern_shmat): On Cygwin, take shmaddr just as is. Don't call vm
system calls on Cygwin. Add comment.
2004-09-15 Corinna Vinschen <corinna@vinschen.de>
Fix copyright throughout.