From 024800c5eaa3c27db28d73f7ac6b7a1c23523f00 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Mar 2009 18:00:28 +0000 Subject: Merged revisions 25744 via svnmerge from svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc ........ r25744 | austinf | 2009-03-18 16:05:54 -0700 (Wed, 18 Mar 2009) | 3 lines fix compilation of linuxthreads for sparc add myself to MAINTAINERS for sparc ........ --- .../linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h') diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h index b736526c1..ebad7b91c 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h @@ -19,16 +19,5 @@ #include -#define ARCH_FORK() \ -({ \ - register long __o0 __asm__ ("o0"); \ - register long __o1 __asm__ ("o1"); \ - register long __g1 __asm__ ("g1") = __NR_fork; \ - __asm__ __volatile__ (__SYSCALL_STRING \ - : "=r" (__g1), "=r" (__o0), "=r" (__o1) \ - : "0" (__g1) \ - : __SYSCALL_CLOBBERS); \ - __o0 == -1 ? __o0 : (__o0 & (__o1 - 1)); \ -}) - #include_next + -- cgit v1.2.3