Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104307
b: refs/heads/master
c: 723edb5
h: refs/heads/master
i:
  104305: 19c614c
  104303: b5f4327
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Ingo Molnar committed Jul 18, 2008
1 parent 1039d74 commit 9e320e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8b2b9c1af065a45ef00c26964420489a53581779
refs/heads/master: 723edb5060855ef36ddeca51a070784b0e0d16df
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ typedef struct sigaltstack {
#ifdef __KERNEL__
#include <asm/sigcontext.h>

#ifdef __386__
#ifdef __i386__

#define __HAVE_ARCH_SIG_BITOPS

#define sigaddset(set,sig) \
(__builtin_constantp(sig) \
(__builtin_constant_p(sig) \
? __const_sigaddset((set), (sig)) \
: __gen_sigaddset((set), (sig)))

Expand Down

0 comments on commit 9e320e9

Please sign in to comment.