summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/mman.h')
-rw-r--r--usr/src/uts/common/sys/mman.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/mman.h b/usr/src/uts/common/sys/mman.h
index 66c22a1f28..11fa46e571 100644
--- a/usr/src/uts/common/sys/mman.h
+++ b/usr/src/uts/common/sys/mman.h
@@ -150,9 +150,6 @@ extern "C" {
*
* MR_HDR_ELF being set indicates that the ELF header of the mapped object
* is mapped at mr_addr + mr_offset.
- *
- * MR_HDR_AOUT being set indicates that the AOUT (4.x) header of the mapped
- * object is mapped at mr_addr + mr_offset.
*/
/*
@@ -160,7 +157,6 @@ extern "C" {
*/
#define MR_PADDING 0x1
#define MR_HDR_ELF 0x2
-#define MR_HDR_AOUT 0x3
/*
* Internal flags for mr_flags field below.