Explorar o código

fix nptl build for sparc

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley %!s(int64=15) %!d(string=hai) anos
pai
achega
397c0e4873

+ 5 - 1
libc/sysdeps/linux/sparc/sysdep.h

@@ -60,6 +60,10 @@ ENTRY(name);					\
 	END(name)
 	END(name)
 
 
 
 
-#endif
+#endif /* __ASSEMBLER__ */
+
+/* Pointer mangling is not yet supported for SPARC.  */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
 
 
 #endif
 #endif

+ 0 - 1
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h

@@ -1 +0,0 @@
-#include "../i386/not-cancel.h"