Skip to content

Commit

Permalink
Remove comment about limited support of memory unmapping
Browse files Browse the repository at this point in the history
(fix of commit 1aabce0)

Issue #152 (bdwgc).

* os_dep.c [USE_MUNMAP]: Remove outdated comment about memory
unmapping.
  • Loading branch information
ivmai committed Oct 15, 2024
1 parent 59a8a94 commit b5fff12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions os_dep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2641,10 +2641,6 @@ GC_haiku_get_mem(size_t bytes)

#ifdef USE_MUNMAP

/* For now, this only works on Win32/WinCE and some Unix-like */
/* systems. If you have something else, don't define */
/* USE_MUNMAP. */

# if !defined(NN_PLATFORM_CTR) && !defined(MSWIN32) && !defined(MSWINCE) \
&& !defined(MSWIN_XBOX1)
# ifdef SN_TARGET_PS3
Expand Down

0 comments on commit b5fff12

Please sign in to comment.