compat_shmctl.S revision 1.1
11.1Sross/*	$NetBSD: compat_shmctl.S,v 1.1 2006/07/07 06:59:04 ross 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 * 3. All advertising materials mentioning features or use of this software
201.1Sross *    must display the following acknowledgement:
211.1Sross *	This product includes software developed by the NetBSD
221.1Sross *	Foundation, Inc. and its contributors.
231.1Sross * 4. Neither the name of The NetBSD Foundation nor the names of its
241.1Sross *    contributors may be used to endorse or promote products derived
251.1Sross *    from this software without specific prior written permission.
261.1Sross *
271.1Sross * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
281.1Sross * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
291.1Sross * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
301.1Sross * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
311.1Sross * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
321.1Sross * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
331.1Sross * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
341.1Sross * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
351.1Sross * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
361.1Sross * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
371.1Sross * POSSIBILITY OF SUCH DAMAGE.
381.1Sross */
391.1Sross
401.1Sross#include "SYS.h"
411.1Sross
421.1SrossWARN_REFERENCES(shmctl, \
431.1Sross    "warning: reference to compatibility shmctl(); include <sys/shm.h> for correct reference")
441.1Sross
451.1SrossPSEUDO(shmctl,compat_14_shmctl)
46