1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-14 06:28:17 +03:00
Files
glibc/sysdeps/unix/bsd/tahoe/sysdep.h
Roland McGrath 83a5751386 entered into RCS
1991-06-11 01:20:23 +00:00

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>