diff options
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) |