aboutsummaryrefslogtreecommitdiff
path: root/signal_handler.h
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2015-07-18 17:53:12 +0000
committerJorge Lucangeli Obes <jorgelo@google.com>2015-07-18 17:53:12 +0000
commit20ac22848f02ab78c2be42367722afc204d9774e (patch)
tree1d3cac91f5cc2357a1f5533668082c1de8a40fcc /signal_handler.h
parentb9a322d86635c5b1358af0d46a8be1021f4ddb60 (diff)
downloadminijail-20ac22848f02ab78c2be42367722afc204d9774e.tar.gz
Revert "Add 'Android.mk' file, fix compile on Android."
Fails compile on x86_64, arm64, mips64. Failures have been identified, will re-upload on Monday. This reverts commit b9a322d86635c5b1358af0d46a8be1021f4ddb60. Change-Id: I14b35a3aae618da4ff108328a499505893c15568
Diffstat (limited to 'signal_handler.h')
-rw-r--r--signal_handler.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/signal_handler.h b/signal_handler.h
deleted file mode 100644
index 939a582..0000000
--- a/signal_handler.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* 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 */