xref: /netbsd-src/lib/libc/compat/arch/riscv/sys/compat_msgctl.S (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
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