mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
5 lines
152 B
C
5 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>
|