xref: /openbsd/lib/libc/arch/hppa/sys/syscall.S (revision 298116df)
1*298116dfSespie/*	$OpenBSD: syscall.S,v 1.6 2005/08/07 16:40:14 espie Exp $	*/
28164fb08Smickey
38164fb08Smickey/*
48164fb08Smickey * Copyright (c) 1999 Michael Shalayeff
58164fb08Smickey * All rights reserved.
68164fb08Smickey *
78164fb08Smickey * Redistribution and use in source and binary forms, with or without
88164fb08Smickey * modification, are permitted provided that the following conditions
98164fb08Smickey * are met:
108164fb08Smickey * 1. Redistributions of source code must retain the above copyright
118164fb08Smickey *    notice, this list of conditions and the following disclaimer.
128164fb08Smickey * 2. Redistributions in binary form must reproduce the above copyright
138164fb08Smickey *    notice, this list of conditions and the following disclaimer in the
148164fb08Smickey *    documentation and/or other materials provided with the distribution.
158164fb08Smickey *
168164fb08Smickey * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
178164fb08Smickey * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
188164fb08Smickey * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
198164fb08Smickey * IN NO EVENT SHALL THE AUTHOR OR HIS RELATIVES BE LIABLE FOR ANY DIRECT,
208164fb08Smickey * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
218164fb08Smickey * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
228164fb08Smickey * SERVICES; LOSS OF MIND, USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
238164fb08Smickey * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
248164fb08Smickey * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
258164fb08Smickey * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
268164fb08Smickey * THE POSSIBILITY OF SUCH DAMAGE.
278164fb08Smickey */
288164fb08Smickey
29c9d8341bSmickey#include "SYS.h"
30c9d8341bSmickey
31c9d8341bSmickeyRSYSCALL(syscall)
32c9d8341bSmickey
33c9d8341bSmickey	.end
34