Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39324
b: refs/heads/master
c: b5cdb57
h: refs/heads/master
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 11, 2006
1 parent 6345d2e commit c126fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d875f9fd3f2369bf6f4d0e9989f00fe610eac470
refs/heads/master: b5cdb5797d364a112879e49cc708083853ffc592
3 changes: 2 additions & 1 deletion trunk/arch/um/include/longjmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ extern void longjmp(jmp_buf, int);
} while(0)

#define UML_SETJMP(buf) ({ \
int n, enable; \
int n; \
volatile int enable; \
enable = get_signals(); \
n = setjmp(*buf); \
if(n != 0) \
Expand Down

0 comments on commit c126fe1

Please sign in to comment.