diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-10-27 04:01:19 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-10-27 04:01:19 +0000 |
commit | cb1ac8da087cd30d732c79671756af973e62b48f (patch) | |
tree | 3b7af8ba6a971c53699f5623476ecbca7d004f32 /sys/arch/landisk | |
parent | fecc8a0c15b3d3d1597ad929adaf8345d01a1cc2 (diff) |
Specify the TLS variant for each platform.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/include/tcb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/landisk/include/tcb.h b/sys/arch/landisk/include/tcb.h new file mode 100644 index 00000000000..6c8e66768b6 --- /dev/null +++ b/sys/arch/landisk/include/tcb.h @@ -0,0 +1,3 @@ +/* $OpenBSD: tcb.h,v 1.1 2011/10/27 04:01:17 guenther Exp $ */ + +#include <sh/tcb.h> |