diff options
| author | Richard Brooksby | 2012-09-03 14:48:51 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-03 14:48:51 +0100 |
| commit | d3d7860572e1d7d17850634bc4c46da23afc98a2 (patch) | |
| tree | 9ba9183ce350cfe4f42279ec1e8a866efbb887c9 /mps/code/mpstd.h | |
| parent | a3b6b012d7ee2f1b4623344f8b153fcabec2f02f (diff) | |
| download | emacs-d3d7860572e1d7d17850634bc4c46da23afc98a2.tar.gz emacs-d3d7860572e1d7d17850634bc4c46da23afc98a2.zip | |
Removing unnecessary definition of _reentrant on freebsd. cc -dm -e reveals that this is not set by -pthread, and inspection of headers reveals no effect. checked on freebsd 7 and 9.
Copied from Perforce
Change: 179201
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/mpstd.h')
| -rw-r--r-- | mps/code/mpstd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h index a7b1783edc8..1725639691f 100644 --- a/mps/code/mpstd.h +++ b/mps/code/mpstd.h | |||
| @@ -234,10 +234,6 @@ | |||
| 234 | #define MPS_WORD_SHIFT 5 | 234 | #define MPS_WORD_SHIFT 5 |
| 235 | #define MPS_PF_ALIGN 4 | 235 | #define MPS_PF_ALIGN 4 |
| 236 | 236 | ||
| 237 | /* FIXME: What is this for? Clues at <http://www.kernel.org/doc/man-pages/online/pages/man7/feature_test_macros.7.html> | ||
| 238 | Discover whether it's still necessary and if so, document why. */ | ||
| 239 | #define _REENTRANT | ||
| 240 | |||
| 241 | 237 | ||
| 242 | #elif defined(__FreeBSD__) && defined (__x86_64__) && defined (__GNUC__) | 238 | #elif defined(__FreeBSD__) && defined (__x86_64__) && defined (__GNUC__) |
| 243 | #if defined(CONFIG_PF_STRING) && ! defined(CONFIG_PF_FRI6GC) | 239 | #if defined(CONFIG_PF_STRING) && ! defined(CONFIG_PF_FRI6GC) |
| @@ -254,10 +250,6 @@ | |||
| 254 | #define MPS_WORD_SHIFT 6 | 250 | #define MPS_WORD_SHIFT 6 |
| 255 | #define MPS_PF_ALIGN 8 | 251 | #define MPS_PF_ALIGN 8 |
| 256 | 252 | ||
| 257 | /* FIXME: What is this for? Clues at <http://www.kernel.org/doc/man-pages/online/pages/man7/feature_test_macros.7.html> | ||
| 258 | Discover whether it's still necessary and if so, document why. */ | ||
| 259 | #define _REENTRANT | ||
| 260 | |||
| 261 | 253 | ||
| 262 | #else | 254 | #else |
| 263 | #error "Unable to detect target platform" | 255 | #error "Unable to detect target platform" |