aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/protix.c
diff options
context:
space:
mode:
authorRichard Brooksby2012-09-03 01:09:09 +0100
committerRichard Brooksby2012-09-03 01:09:09 +0100
commitb88b9d2d64e3d4c2c4e77e8b7836504122fcff7c (patch)
tree3501292bda680dc3a7777b2417ee873a34594c36 /mps/code/protix.c
parent17977ef9c84ff8d5de6dc171591fd264426b4c23 (diff)
downloademacs-b88b9d2d64e3d4c2c4e77e8b7836504122fcff7c.tar.gz
emacs-b88b9d2d64e3d4c2c4e77e8b7836504122fcff7c.zip
Fixing up platform definitions after test build on ubuntu 12.
Copied from Perforce Change: 179181 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/protix.c')
-rw-r--r--mps/code/protix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mps/code/protix.c b/mps/code/protix.c
index b121e2f48ae..31c272bc5b9 100644
--- a/mps/code/protix.c
+++ b/mps/code/protix.c
@@ -39,11 +39,6 @@
39 * is permitted when PROT_NONE alone is used. 39 * is permitted when PROT_NONE alone is used.
40 */ 40 */
41 41
42
43/* open sesame magic, see standards(5) */
44#define _POSIX_C_SOURCE 199309L
45#define _XOPEN_SOURCE_EXTENDED 1
46
47#include "mpm.h" 42#include "mpm.h"
48 43
49#if !defined(MPS_OS_LI) && !defined(MPS_OS_FR) && !defined(MPS_OS_XC) 44#if !defined(MPS_OS_LI) && !defined(MPS_OS_FR) && !defined(MPS_OS_XC)