~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to plugin/innobase/os/os0proc.c

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
ImportĀ upstreamĀ versionĀ 2010.03.1317

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "ut0mem.h"
33
33
#include "ut0byte.h"
34
34
#include <errno.h>
 
35
#include <unistd.h>
35
36
 
36
37
/* FreeBSD for example has only MAP_ANON, Linux has MAP_ANONYMOUS and
37
38
MAP_ANON but MAP_ANON is marked as deprecated */