repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
compat
/
arch
/
powerpc64
/
sys
/
compat_msgctl.S
blob
26ccc3ced8b351157fa81f5314a9a67f5ab11cb9
1
/* $NetBSD: compat_msgctl.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
2
3
#include "SYS.h"
4
5
WARN_REFERENCES(msgctl, \
6
"warning: reference to compatibility msgctl(); include <sys/msg.h> for correct reference")
7
8
PSEUDO(msgctl,compat_14_msgctl)