kernel: Exchange MAP_ANON and MAP_ANONYMOUS
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sun, 18 Jan 2015 17:06:58 +0000 (17:06 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sun, 18 Jan 2015 17:06:58 +0000 (17:06 +0000)
commit53de00bb8470321f36c2cb35e99de0f1efdfd7d7
tree770764ec79a4d3fe4e3d3f16d7215ed6e25e9522
parentd82bf20e140aec50c92872caf409b8632e9597b6
kernel: Exchange MAP_ANON and MAP_ANONYMOUS

* In commit a2ed5072 I defined MAP_ANONYMOUS to take the role of
  MAP_ANON, and defined MAP_ANON as an alias. This lead to compatibility
  problems with programs that #define MAP_ANONYMOUS MAP_ANON, so
  #define MAP_ANON as before and let MAP_ANONYMOUS be the alias.

Reported-By: John Marino <draco@marino.st>
sys/sys/mman.h