mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Update comment and make accurate.
This commit is contained in:
parent
82c5a86d7c
commit
3eaf2b5044
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ my_getpagesize(void)
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* maybe define MAP_ANON in terms of MAP_ANONYMOUS */
|
||||
/* Prefer MAP_ANONYMOUS since MAP_ANON is deprecated according to man page. */
|
||||
#if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)
|
||||
# define MAP_ANONYMOUS MAP_ANON
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue