1 /* $NetBSD: pipe.S,v 1.8 2011/01/15 07:31:13 matt Exp $ */
5 #if defined(LIBC_SCCS) && !defined(lint)
6 __RCSID("$NetBSD: pipe.S,v 1.8 2011/01/15 07:31:13 matt Exp $")
7 #endif /* LIBC_SCCS && !lint */
10 WEAK_ALIAS(pipe, _pipe)
14 mr %r5,%r3 # save pointer
15 _DOSYSCALL(pipe) # assume, that r5 is kept
17 stw %r3,0(%r5) # success, store fds