summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-07-25 19:14:33 -0700
committerRich Felker <dalias@aerifal.cx>2022-12-14 09:34:32 -0500
commitc5f4b2dfea320356f69445dc1adf8f73596a3c36 (patch)
treecbce56026625f5b5d9be8021a442e2de031c0aa6 /include/elf.h
parent159d1f6c02569091c7a48bdb2e2e824b844a1902 (diff)
downloadmusl-c5f4b2dfea320356f69445dc1adf8f73596a3c36.tar.gz
elf.h: add ELFCOMPRESS_ZSTD
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 9e980a29..23f2c4bc 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -437,6 +437,7 @@ typedef struct {
} Elf64_Chdr;
#define ELFCOMPRESS_ZLIB 1
+#define ELFCOMPRESS_ZSTD 2
#define ELFCOMPRESS_LOOS 0x60000000
#define ELFCOMPRESS_HIOS 0x6fffffff
#define ELFCOMPRESS_LOPROC 0x70000000