compat_shmctl.S revision 1.2
11.2Smartin/* $NetBSD: compat_shmctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */ 21.1Sross 31.1Sross/*- 41.1Sross * Copyright (c) 1999 The NetBSD Foundation, Inc. 51.1Sross * All rights reserved. 61.1Sross * 71.1Sross * This code is derived from software contributed to The NetBSD Foundation 81.1Sross * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, 91.1Sross * NASA Ames Research Center. 101.1Sross * 111.1Sross * Redistribution and use in source and binary forms, with or without 121.1Sross * modification, are permitted provided that the following conditions 131.1Sross * are met: 141.1Sross * 1. Redistributions of source code must retain the above copyright 151.1Sross * notice, this list of conditions and the following disclaimer. 161.1Sross * 2. Redistributions in binary form must reproduce the above copyright 171.1Sross * notice, this list of conditions and the following disclaimer in the 181.1Sross * documentation and/or other materials provided with the distribution. 191.1Sross * 201.1Sross * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 211.1Sross * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 221.1Sross * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 231.1Sross * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 241.1Sross * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 251.1Sross * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 261.1Sross * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 271.1Sross * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 281.1Sross * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 291.1Sross * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 301.1Sross * POSSIBILITY OF SUCH DAMAGE. 311.1Sross */ 321.1Sross 331.1Sross#include "SYS.h" 341.1Sross 351.1SrossWARN_REFERENCES(shmctl, \ 361.1Sross "warning: reference to compatibility shmctl(); include <sys/shm.h> for correct reference") 371.1Sross 381.1SrossPSEUDO(shmctl,compat_14_shmctl) 39