diff options
Diffstat (limited to 'arch/um/sys-ia64/sysdep/sigcontext.h')
-rw-r--r-- | arch/um/sys-ia64/sysdep/sigcontext.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/um/sys-ia64/sysdep/sigcontext.h b/arch/um/sys-ia64/sysdep/sigcontext.h new file mode 100644 index 00000000..76b43161 --- /dev/null +++ b/arch/um/sys-ia64/sysdep/sigcontext.h @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) + * Licensed under the GPL + */ + +#ifndef __SYSDEP_IA64_SIGCONTEXT_H +#define __SYSDEP_IA64_SIGCONTEXT_H + +#endif + |