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