Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120782
b: refs/heads/master
c: 7b5b50f
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Dec 16, 2008
1 parent e4ad6c6 commit e366448
Show file tree
Hide file tree
Showing 2 changed files with 5 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: aab02f0ae20b8fe0fe891e9f107c6e392256ca01
refs/heads/master: 7b5b50f1be9e07714cfaa620d102c8daf3cdd814
6 changes: 4 additions & 2 deletions trunk/arch/x86/include/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ typedef unsigned long sigset_t;

#ifndef __ASSEMBLY__

# ifdef __KERNEL__
extern void do_notify_resume(struct pt_regs *, void *, __u32);
# endif /* __KERNEL__ */

#ifdef __i386__
# ifdef __KERNEL__
struct old_sigaction {
Expand All @@ -141,8 +145,6 @@ struct k_sigaction {
struct sigaction sa;
};

extern void do_notify_resume(struct pt_regs *, void *, __u32);

# else /* __KERNEL__ */
/* Here we must cater to libcs that poke about in kernel headers. */

Expand Down

0 comments on commit e366448

Please sign in to comment.