diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-06-01 14:24:24 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-06-01 14:24:24 -0400 |
commit | e3db1289e7432a882823a7effc474aff78868489 (patch) | |
tree | 79188812b29602fe3b3641d55c32cfdc2101f0ef /samples/bpf/trace_event_user.c | |
parent | c316cf670491def52a396d3bdc5a63ad01f7fefa (diff) | |
parent | 05e97a9eda72d58dba293857df6aac62584ef99a (diff) |
Merge MTD fixes into -next
Diffstat (limited to 'samples/bpf/trace_event_user.c')
-rw-r--r-- | samples/bpf/trace_event_user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/trace_event_user.c b/samples/bpf/trace_event_user.c index 0c5561d193a4..fa4336423da5 100644 --- a/samples/bpf/trace_event_user.c +++ b/samples/bpf/trace_event_user.c | |||
@@ -192,6 +192,7 @@ int main(int argc, char **argv) | |||
192 | setrlimit(RLIMIT_MEMLOCK, &r); | 192 | setrlimit(RLIMIT_MEMLOCK, &r); |
193 | 193 | ||
194 | signal(SIGINT, int_exit); | 194 | signal(SIGINT, int_exit); |
195 | signal(SIGTERM, int_exit); | ||
195 | 196 | ||
196 | if (load_kallsyms()) { | 197 | if (load_kallsyms()) { |
197 | printf("failed to process /proc/kallsyms\n"); | 198 | printf("failed to process /proc/kallsyms\n"); |