]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - release/picobsd/tinyware/msh/sh6.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / release / picobsd / tinyware / msh / sh6.c
1 #define Extern
2
3 #include <sys/types.h>
4 #include <signal.h>
5 #define _NSIG NSIG
6 #include <errno.h>
7 #include <setjmp.h>
8 #include "sh.h"
9