-
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: 999 b: refs/heads/master c: 7c5131a h: refs/heads/master i: 997: 73ebcd1 995: 4f8677d 991: ef4afc6 v: v3
- Loading branch information
Bodo Stroesser
authored and
Linus Torvalds
committed
May 5, 2005
1 parent
c66427b
commit 2dc1a75
Showing
3 changed files
with
2 additions
and
26 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: 51a6b0c59a6170fc6a40221ef9b261b82856d315 | ||
refs/heads/master: 7c5131a501e9e8549f74d807c37fde76008ef95a |
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
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,24 +0,0 @@ | ||
/* | ||
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com) | ||
* Licensed under the GPL | ||
*/ | ||
|
||
#ifndef __UM_ARCH_SIGNAL_I386_H | ||
#define __UM_ARCH_SIGNAL_I386_H | ||
|
||
struct arch_signal_context { | ||
unsigned long extrasigs[_NSIG_WORDS]; | ||
}; | ||
|
||
#endif | ||
|
||
/* | ||
* Overrides for Emacs so that we follow Linus's tabbing style. | ||
* Emacs will notice this stuff at the end of the file and automatically | ||
* adjust the settings for this buffer only. This must remain at the end | ||
* of the file. | ||
* --------------------------------------------------------------------------- | ||
* Local variables: | ||
* c-file-style: "linux" | ||
* End: | ||
*/ | ||