xref: /aosp_15_r20/external/minijail/signal_handler.h (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
1*4b9c6d91SCole Faust /* signal_handler.h
2*4b9c6d91SCole Faust  * Copyright 2012 The ChromiumOS Authors
3*4b9c6d91SCole Faust  * Use of this source code is governed by a BSD-style license that can be
4*4b9c6d91SCole Faust  * found in the LICENSE file.
5*4b9c6d91SCole Faust  *
6*4b9c6d91SCole Faust  * Signal handling functions.
7*4b9c6d91SCole Faust  */
8*4b9c6d91SCole Faust 
9*4b9c6d91SCole Faust #ifndef SIGNAL_HANDLER_H
10*4b9c6d91SCole Faust #define SIGNAL_HANDLER_H
11*4b9c6d91SCole Faust 
12*4b9c6d91SCole Faust int install_sigsys_handler(void);
13*4b9c6d91SCole Faust 
14*4b9c6d91SCole Faust #endif /* SIGNAL_HANDLER_H */
15