summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/abi-tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/abi-tag.h')
-rw-r--r--sysdeps/mach/hurd/abi-tag.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/abi-tag.h b/sysdeps/mach/hurd/abi-tag.h
new file mode 100644
index 0000000000..0cf6e80c66
--- /dev/null
+++ b/sysdeps/mach/hurd/abi-tag.h
@@ -0,0 +1,5 @@
+#define HURD_MAJOR_VERSION 0
+#define HURD_MINOR_VERSION 2
+
+#define ABI_TAG ((HURD_MAJOR_VERSION << 24) + \
+ (HURD_MINOR_VERSION << 16))