diff options
| author | Karl Heuer | 1995-05-16 01:47:11 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-16 01:47:11 +0000 |
| commit | baea3bddf62f9ab1d6e3d0ac545a408994333a93 (patch) | |
| tree | d63c0d6bea45b4e4aa2a9befa6aa54728a491136 /src/s/gnu-linux.h | |
| parent | 04f903c09aa37259be40a39eeadf344e1ae7eb1a (diff) | |
| download | emacs-baea3bddf62f9ab1d6e3d0ac545a408994333a93.tar.gz emacs-baea3bddf62f9ab1d6e3d0ac545a408994333a93.zip | |
UNEXEC_USE_MAP_PRIVATE: Define.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 9ed90ee3a4c..df0c7af1268 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -226,6 +226,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 226 | 226 | ||
| 227 | #ifdef __ELF__ | 227 | #ifdef __ELF__ |
| 228 | #define UNEXEC unexelf.o | 228 | #define UNEXEC unexelf.o |
| 229 | #define UNEXEC_USE_MAP_PRIVATE | ||
| 229 | #endif | 230 | #endif |
| 230 | 231 | ||
| 231 | #ifdef LINUX_QMAGIC | 232 | #ifdef LINUX_QMAGIC |