eina: fix compiling of safepointers on OSX
authorJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 15 Jun 2016 20:33:39 +0000 (22:33 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 15 Jun 2016 20:33:39 +0000 (22:33 +0200)
commit33bb4583b86408450cbb2be6efb7b7d63f11b11e
treeadeff3fead60aba4f23c4987504d0c6de4acffbb
parent5af3757ad3cce0d5959f9059b03288a1081afe39
eina: fix compiling of safepointers on OSX

This is a reccurring compatibility issue...
MAP_ANONYMOUS is not defined on OSX, but MAP_ANON is.
I know MAP_ANON is marked as deprecated in the Linux man
pages, but it has the benefit of being more portable.
src/lib/eina/eina_safepointer.c