aboutsummaryrefslogtreecommitdiff
path: root/signal_handler.h
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2015-07-15 16:22:34 -0700
committerJorge Lucangeli Obes <jorgelo@google.com>2015-07-17 18:14:34 -0700
commitb9a322d86635c5b1358af0d46a8be1021f4ddb60 (patch)
tree5a4a2e6e8e6966329c7a03bcf248cedb7ca48e38 /signal_handler.h
parentf082f6c15668a185ec1d9470cd1fbae55883d459 (diff)
downloadminijail-b9a322d86635c5b1358af0d46a8be1021f4ddb60.tar.gz
Add 'Android.mk' file, fix compile on Android.
This requires disabling LDPRELOAD and temporarily disabling capabilities support. Bug: 22487289 Change-Id: I27476d09605076b000d302f354e49ab17dc96a93
Diffstat (limited to 'signal_handler.h')
-rw-r--r--signal_handler.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/signal_handler.h b/signal_handler.h
new file mode 100644
index 0000000..939a582
--- /dev/null
+++ b/signal_handler.h
@@ -0,0 +1,14 @@
+/* signal_handler.h
+ * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ *
+ * Signal handling functions.
+ */
+
+#ifndef SIGNAL_HANDLER_H
+#define SIGNAL_HANDLER_H
+
+int install_sigsys_handler();
+
+#endif /* SIGNAL_HANDLER_H */