mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14648 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
696feb421e
commit
58b4e65bc2
4
configure
vendored
4
configure
vendored
@ -6992,6 +6992,10 @@ $_def_alloca
|
|||||||
$_def_mman
|
$_def_mman
|
||||||
$_def_mman_has_map_failed
|
$_def_mman_has_map_failed
|
||||||
|
|
||||||
|
#ifndef MAP_ANONYMOUS
|
||||||
|
#define MAP_ANONYMOUS MAP_ANON
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define this if you have the elf dynamic linker -ldl library */
|
/* Define this if you have the elf dynamic linker -ldl library */
|
||||||
$_def_dl
|
$_def_dl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user