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