mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 18:31:04 +00:00
6 lines
152 B
C
6 lines
152 B
C
|
/* The Tahoe is just like the Vax, except the
|
||
|
`chmk' instruction is called `kcall'. */
|
||
|
|
||
|
#define chmk kcall
|
||
|
#include <sysdeps/unix/bsd/vax/sysdep.h>
|