File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
/* ::: :::::::: */
4
4
/* signals.h :+: :+: :+: */
5
5
/* +:+ +:+ +:+ */
6
- /* By: lyeh <lyeh @student.42vienna.com> +#+ +:+ +#+ */
6
+ /* By: ldulling <ldulling @student.42.fr> +#+ +:+ +#+ */
7
7
/* +#+#+#+#+#+ +#+ */
8
8
/* Created: 2024/03/18 18:35:55 by lyeh #+# #+# */
9
- /* Updated: 2024/03/18 18:36:10 by lyeh ### ########.fr */
9
+ /* Updated: 2024/05/21 23:10:49 by ldulling ### ########.fr */
10
10
/* */
11
11
/* ************************************************************************** */
12
12
17
17
18
18
void handle_signal_std (int signo , siginfo_t * info , void * context );
19
19
void handle_signal_record (int signo , siginfo_t * info , void * context );
20
- void handle_signal_heredoc (int signo , siginfo_t * info , void * context );
21
20
void setup_signal (t_sh * shell , int signo , t_sig state );
22
21
void raise_error_and_escape (t_sh * shell , char * msg );
23
22
void raise_error_to_all_subprocess (t_sh * shell , int exit_code , char * msg );
You can’t perform that action at this time.
0 commit comments