-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
2 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7b012cee6173cef8598a4cf27fe80b4430e1ed7f | ||
refs/heads/master: d007f991a82ed159979b7662a4ca20e978221cdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |