Commit 336a79b6 authored by Neal Norwitz's avatar Neal Norwitz

Update comment and make accurate.

parent 55d17288
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment