xref: /netbsd-src/lib/libc/compat/arch/sparc64/sys/compat_msgctl.S (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin/*	$NetBSD: compat_msgctl.S,v 1.2 2008/04/28 20:22:59 martin Exp $	*/
2180e99b5Schristos
3180e99b5Schristos/*-
4180e99b5Schristos * Copyright (c) 1999 The NetBSD Foundation, Inc.
5180e99b5Schristos * All rights reserved.
6180e99b5Schristos *
7180e99b5Schristos * This code is derived from software contributed to The NetBSD Foundation
8180e99b5Schristos * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9180e99b5Schristos * NASA Ames Research Center.
10180e99b5Schristos *
11180e99b5Schristos * Redistribution and use in source and binary forms, with or without
12180e99b5Schristos * modification, are permitted provided that the following conditions
13180e99b5Schristos * are met:
14180e99b5Schristos * 1. Redistributions of source code must retain the above copyright
15180e99b5Schristos *    notice, this list of conditions and the following disclaimer.
16180e99b5Schristos * 2. Redistributions in binary form must reproduce the above copyright
17180e99b5Schristos *    notice, this list of conditions and the following disclaimer in the
18180e99b5Schristos *    documentation and/or other materials provided with the distribution.
19180e99b5Schristos *
20180e99b5Schristos * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21180e99b5Schristos * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22180e99b5Schristos * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23180e99b5Schristos * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
24180e99b5Schristos * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25180e99b5Schristos * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26180e99b5Schristos * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27180e99b5Schristos * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28180e99b5Schristos * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29180e99b5Schristos * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30180e99b5Schristos * POSSIBILITY OF SUCH DAMAGE.
31180e99b5Schristos */
32180e99b5Schristos
33180e99b5Schristos#include "SYS.h"
34180e99b5Schristos
35180e99b5SchristosWARN_REFERENCES(msgctl, \
36180e99b5Schristos    "warning: reference to compatibility msgctl(); include <sys/msg.h> for correct reference")
37180e99b5Schristos
38180e99b5SchristosPSEUDO(msgctl,compat_14_msgctl)
39