Skip to content
Snippets Groups Projects
Commit c782e357 authored by sof's avatar sof
Browse files

[project @ 1997-05-18 03:54:56 by sof]

AIX mods
parent a251cf17
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,11 @@ int getpagesize PROTO((void));
int mprotect PROTO((caddr_t, size_t, int));
#endif
#if defined(aix_TARGET_OS)
/* PROT_NONE doesn't work on aix, PROT_READ works and should suit the job */
#define PROT_NONE PROT_READ
#endif
/* Needed for FreeBSD (SDM, 96/03) */
#ifndef PROT_NONE
#define PROT_NONE 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment