blob: d455364b63b1df6df5111046502ac04508b7cb23 (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: msgctl.S,v 1.1 1999/08/25 05:09:31 thorpej Exp $ */
#include "SYS.h"
WARN_REFERENCES(msgctl, \
"warning: reference to compatibility msgctl(); include <sys/msg.h> for correct reference")
PSEUDO(msgctl,compat_14_msgctl)
|