Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187313
b: refs/heads/master
c: d33ed52
h: refs/heads/master
i:
  187311: d66bd0d
v: v3
  • Loading branch information
Dave Young authored and Linus Torvalds committed Mar 12, 2010
1 parent 208706b commit a60cd87
Show file tree
Hide file tree
Showing 3 changed files with 4 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: eb5572fed55f4c2b7dbc42582bc82dcb47632380
refs/heads/master: d33ed52d57e794eba55cea3f5eab3c8f80b6cb5a
2 changes: 2 additions & 0 deletions trunk/include/linux/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#ifdef __KERNEL__
#include <linux/list.h>

/* for sysctl */
extern int print_fatal_signals;
/*
* Real Time signals may be queued.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/swap.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/signal.h>
#include <linux/proc_fs.h>
#include <linux/security.h>
#include <linux/ctype.h>
Expand Down Expand Up @@ -65,7 +66,6 @@
#if defined(CONFIG_SYSCTL)

/* External variables not in a header file. */
extern int print_fatal_signals;
extern int sysctl_overcommit_memory;
extern int sysctl_overcommit_ratio;
extern int sysctl_panic_on_oom;
Expand Down

0 comments on commit a60cd87

Please sign in to comment.