xref: /netbsd-src/lib/libc/compat/arch/riscv/sys/compat_msgctl.S (revision d0ff2affc8051cd18e9f87130424b53fd80553c9)
1/*	$NetBSD: compat_msgctl.S,v 1.1 2023/05/19 06:50:07 skrll Exp $	*/
2
3/*
4 * This file placed in the public domain.
5 * Nick Hudson, 19th May, 2023.
6 */
7
8#include "SYS.h"
9
10WARN_REFERENCES(msgctl, \
11    "warning: reference to compatibility msgctl(); include <sys/msg.h> for correct reference")
12
13PSEUDO(msgctl,compat_14_msgctl)
14