Deleted Added
full compact
sigsetjmp.S (71579) sigsetjmp.S (81586)
1/* $NetBSD: sigsetjmp.S,v 1.2 1996/10/17 03:08:07 cgd Exp $ */
1/* $NetBSD: sigsetjmp.S,v 1.2 1996/10/17 03:08:07 cgd Exp $ */
2/* $FreeBSD: head/lib/libc/ia64/gen/sigsetjmp.S 71579 2001-01-24 13:01:12Z deischen $ */
2/* $FreeBSD: head/lib/libc/ia64/gen/sigsetjmp.S 81586 2001-08-13 14:06:34Z ru $ */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *
10 * Permission to use, copy, modify and distribute this software and

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

21 *
22 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
23 * School of Computer Science
24 * Carnegie Mellon University
25 * Pittsburgh PA 15213-3890
26 *
27 * any improvements or extensions that they make and grant Carnegie the
28 * rights to redistribute these changes.
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *
10 * Permission to use, copy, modify and distribute this software and

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

21 *
22 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
23 * School of Computer Science
24 * Carnegie Mellon University
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 * $FreeBSD: head/lib/libc/ia64/gen/sigsetjmp.S 71579 2001-01-24 13:01:12Z deischen $
31 */
32
33#include <machine/asm.h>
34
35/*
36 * C library -- sigsetjmp, siglongjmp
37 *
38 * siglongjmp(a,v)

--- 30 unchanged lines hidden ---
29 */
30
31#include <machine/asm.h>
32
33/*
34 * C library -- sigsetjmp, siglongjmp
35 *
36 * siglongjmp(a,v)

--- 30 unchanged lines hidden ---