summaryrefslogtreecommitdiff
path: root/libc/include/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/a.out.h')
-rw-r--r--libc/include/a.out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/a.out.h b/libc/include/a.out.h
index bd58346..677d73e 100644
--- a/libc/include/a.out.h
+++ b/libc/include/a.out.h
@@ -48,6 +48,7 @@ struct exec { /* a.out header */
#define A_UZP 0x01 /* unmapped zero page (pages) */
#define A_PAL 0x02 /* page aligned executable */
#define A_NSYM 0x04 /* new style symbol table */
+#define A_STAND 0x08 /* standalone executable */
#define A_EXEC 0x10 /* executable */
#define A_SEP 0x20 /* separate I/D */
#define A_PURE 0x40 /* pure text */