From f09e8e4ba639d236322e10130fbc19845f61d59a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Feb 2010 16:49:55 -0800 Subject: Fix nptl build for mips Signed-off-by: Khem Raj --- libc/sysdeps/linux/mips/sysdep.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/mips/sysdep.h') diff --git a/libc/sysdeps/linux/mips/sysdep.h b/libc/sysdeps/linux/mips/sysdep.h index 0c30e20d7..56d159073 100644 --- a/libc/sysdeps/linux/mips/sysdep.h +++ b/libc/sysdeps/linux/mips/sysdep.h @@ -383,6 +383,9 @@ L(syse1): #define __SYSCALL_CLOBBERS "$1", "$3", "$8", "$9", "$10", "$11", "$12", "$13", \ "$14", "$15", "$24", "$25", "memory" +/* Pointer mangling is not yet supported for MIPS. */ +#define PTR_MANGLE(var) (void) (var) +#define PTR_DEMANGLE(var) (void) (var) #endif /* __ASSEMBLER__ */ #endif /* _LINUX_MIPS_SYSDEP_H */ -- cgit v1.2.3