summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arc/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/arc/sysdep.h')
-rw-r--r--libc/sysdeps/linux/arc/sysdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arc/sysdep.h b/libc/sysdeps/linux/arc/sysdep.h
index 76d3788e5..d75d89100 100644
--- a/libc/sysdeps/linux/arc/sysdep.h
+++ b/libc/sysdeps/linux/arc/sysdep.h
@@ -19,4 +19,8 @@ nm:
#include <common/sysdep.h>
+/* Pointer mangling is not yet supported */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
+
#endif