aboutsummaryrefslogtreecommitdiff
path: root/include/asm-alpha/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/ucontext.h')
-rw-r--r--include/asm-alpha/ucontext.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-alpha/ucontext.h b/include/asm-alpha/ucontext.h
deleted file mode 100644
index 47578ab4215..00000000000
--- a/include/asm-alpha/ucontext.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _ASMAXP_UCONTEXT_H
-#define _ASMAXP_UCONTEXT_H
-
-struct ucontext {
- unsigned long uc_flags;
- struct ucontext *uc_link;
- old_sigset_t uc_osf_sigmask;
- stack_t uc_stack;
- struct sigcontext uc_mcontext;
- sigset_t uc_sigmask; /* mask last for extensibility */
-};
-
-#endif /* !_ASMAXP_UCONTEXT_H */