Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182112
b: refs/heads/master
c: d007f99
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Feb 27, 2010
1 parent 6fc68cf commit f807bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b012cee6173cef8598a4cf27fe80b4430e1ed7f
refs/heads/master: d007f991a82ed159979b7662a4ca20e978221cdb
22 changes: 1 addition & 21 deletions trunk/arch/mips/include/asm/ucontext.h
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Low level exception handling
*
* Copyright (C) 1998, 1999 by Ralf Baechle
*/
#ifndef _ASM_UCONTEXT_H
#define _ASM_UCONTEXT_H

struct ucontext {
unsigned long uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext uc_mcontext;
sigset_t uc_sigmask; /* mask last for extensibility */
};

#endif /* _ASM_UCONTEXT_H */
#include <asm-generic/ucontext.h>

0 comments on commit f807bcf

Please sign in to comment.