Deleted Added
sdiff udiff text old ( 67117 ) new ( 71770 )
full compact
1/* $FreeBSD: head/lib/libc/ia64/sys/pipe.S 67117 2000-10-14 17:01:12Z dfr $ */
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)
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)