picoproj: use MAP_PRIVATE in the mmap call
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 05:57:01 +0000 (07:57 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 13:57:59 +0000 (15:57 +0200)
commitdbf547ef3bf598f7089a8360355a74859549b418
tree75560fbef38731d19052b1a47b7bf0152b29416b
parent2c663372da907c032984e0f52ed50eeb14ddfda3
picoproj: use MAP_PRIVATE in the mmap call

There is no need to allow sharing the mapped region with other
processes.
examples/picoproj.c