summaryrefslogtreecommitdiffstats
path: root/Source/cmELF.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r--Source/cmELF.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmELF.h b/Source/cmELF.h
index 38f1462..9e4575b 100644
--- a/Source/cmELF.h
+++ b/Source/cmELF.h
@@ -51,7 +51,9 @@ public:
FileTypeRelocatableObject,
FileTypeExecutable,
FileTypeSharedLibrary,
- FileTypeCore
+ FileTypeCore,
+ FileTypeSpecificOS,
+ FileTypeSpecificProc
};
/** Represent string table entries. */