1999-01-31 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: If the kernel
doesn't have vfork, resort to using fork.
* sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
+1999-01-31 Philip Blundell <philb@gnu.org>
+
+ * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: If the kernel
+ doesn't have vfork, resort to using fork.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
+
1999-01-30 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not
#include <sysdep.h>
+#ifdef __NR_vfork
PSEUDO (__vfork, vfork, 0)
+#else
+PSEUDO (__vfork, fork, 0)
+#endif
sub %o1, 1, %o1
retl
and %o0, %o1, %o0
#include <sysdep.h>
+#ifdef __NR_vfork
PSEUDO (__vfork, vfork, 0)
+#else
+PSEUDO (__vfork, fork, 0)
+#endif
sub %o1, 1, %o1
retl
and %o0, %o1, %o0