forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=606
This commit is contained in:
parent
5aabfbea31
commit
ab1331334e
@ -12,3 +12,14 @@ Nasty bug reported on bnc#867663
|
|||||||
|
|
||||||
next = now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_PERIOD_USEC;
|
next = now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_PERIOD_USEC;
|
||||||
r = sd_event_source_set_time(source, next);
|
r = sd_event_source_set_time(source, next);
|
||||||
|
--- systemd-210/src/shared/def.h
|
||||||
|
+++ systemd-210/src/shared/def.h 2014-04-17 13:47:10.946234983 +0000
|
||||||
|
@@ -37,7 +37,7 @@
|
||||||
|
|
||||||
|
#define SYSTEMD_CGROUP_CONTROLLER "name=systemd"
|
||||||
|
|
||||||
|
-#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT
|
||||||
|
+#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT,SIGTRAP,SIGSYS
|
||||||
|
#define SIGNALS_IGNORE SIGPIPE
|
||||||
|
|
||||||
|
#define DIGITS "0123456789"
|
||||||
|
Loading…
Reference in New Issue
Block a user