Deleted Added
full compact
pipe.S (67117) pipe.S (71770)
1/* $FreeBSD: head/lib/libc/ia64/sys/pipe.S 67117 2000-10-14 17:01:12Z dfr $ */
1/* $FreeBSD: head/lib/libc/ia64/sys/pipe.S 71770 2001-01-29 03:23:46Z deischen $ */
2/* $NetBSD: pipe.S,v 1.1 1995/02/10 17:50:35 cgd Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *

--- 15 unchanged lines hidden (view full) ---

25 * Pittsburgh PA 15213-3890
26 *
27 * any improvements or extensions that they make and grant Carnegie the
28 * rights to redistribute these changes.
29 */
30
31#include "SYS.h"
32
2/* $NetBSD: pipe.S,v 1.1 1995/02/10 17:50:35 cgd Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *

--- 15 unchanged lines hidden (view full) ---

25 * Pittsburgh PA 15213-3890
26 *
27 * any improvements or extensions that they make and grant Carnegie the
28 * rights to redistribute these changes.
29 */
30
31#include "SYS.h"
32
33PSYSCALL(pipe)
33SYSCALL(pipe)
34 .regstk 1,0,0,0
35 st4 [in0]=ret0,4 ;;
36 st4 [in0]=ret1
37 mov ret0=0
38 br.ret.sptk.few rp
34 .regstk 1,0,0,0
35 st4 [in0]=ret0,4 ;;
36 st4 [in0]=ret1
37 mov ret0=0
38 br.ret.sptk.few rp
39PEND(pipe)
39END(pipe)