diff options
| author | Richard Brooksby | 2012-09-03 01:09:09 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-03 01:09:09 +0100 |
| commit | b88b9d2d64e3d4c2c4e77e8b7836504122fcff7c (patch) | |
| tree | 3501292bda680dc3a7777b2417ee873a34594c36 /mps/code/protix.c | |
| parent | 17977ef9c84ff8d5de6dc171591fd264426b4c23 (diff) | |
| download | emacs-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.c | 5 |
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) |