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