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

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

31#include "SYS.h"
32
33/*
34 * We must preserve the state of the registers as the user has set them up.
35 * However, that doesn't involve any special work on the ia64.
36 * (XXX PROFILING)
37 */
38
2/* $NetBSD: sigreturn.S,v 1.1 1995/02/10 17:50:42 cgd Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *

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

31#include "SYS.h"
32
33/*
34 * We must preserve the state of the registers as the user has set them up.
35 * However, that doesn't involve any special work on the ia64.
36 * (XXX PROFILING)
37 */
38
39PRSYSCALL(sigreturn)
39RSYSCALL(sigreturn)