xref: /netbsd-src/lib/libc/compat/arch/powerpc/sys/compat___semctl.S (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin/*	$NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $	*/
2bfb62ce4Smatt
3bfb62ce4Smatt/*-
4bfb62ce4Smatt * Copyright (c) 1999 The NetBSD Foundation, Inc.
5bfb62ce4Smatt * All rights reserved.
6bfb62ce4Smatt *
7bfb62ce4Smatt * This code is derived from software contributed to The NetBSD Foundation
8bfb62ce4Smatt * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9bfb62ce4Smatt * NASA Ames Research Center.
10bfb62ce4Smatt *
11bfb62ce4Smatt * Redistribution and use in source and binary forms, with or without
12bfb62ce4Smatt * modification, are permitted provided that the following conditions
13bfb62ce4Smatt * are met:
14bfb62ce4Smatt * 1. Redistributions of source code must retain the above copyright
15bfb62ce4Smatt *    notice, this list of conditions and the following disclaimer.
16bfb62ce4Smatt * 2. Redistributions in binary form must reproduce the above copyright
17bfb62ce4Smatt *    notice, this list of conditions and the following disclaimer in the
18bfb62ce4Smatt *    documentation and/or other materials provided with the distribution.
19bfb62ce4Smatt *
20bfb62ce4Smatt * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21bfb62ce4Smatt * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22bfb62ce4Smatt * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23bfb62ce4Smatt * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
24bfb62ce4Smatt * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25bfb62ce4Smatt * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26bfb62ce4Smatt * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27bfb62ce4Smatt * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28bfb62ce4Smatt * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29bfb62ce4Smatt * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30bfb62ce4Smatt * POSSIBILITY OF SUCH DAMAGE.
31bfb62ce4Smatt */
32bfb62ce4Smatt
33bfb62ce4Smatt#include "SYS.h"
34bfb62ce4Smatt
35bfb62ce4SmattPSEUDO(__semctl,compat_14___semctl)
36