xref: /aosp_15_r20/external/ltp/include/tst_sig_proc.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright (c) 2016 Linux Test Project
3  */
4 
5 #ifndef TST_SIG_PROC_H__
6 #define TST_SIG_PROC_H__
7 
8 #include <sys/types.h>
9 
10 pid_t create_sig_proc(int sig, int count, unsigned int usec);
11 
12 #endif	/* TST_SIG_PROC_H__ */
13