This commit is contained in:
gazhonsepaskwa
2025-02-18 11:59:16 +01:00
parent 1d4b97ed9a
commit dcb9bde568
9 changed files with 50 additions and 48 deletions

View File

@@ -39,8 +39,7 @@ static void add_prevhistory(t_msh *msh)
void handle_sigint(int sig)
{
(void)sig;
int status;
int status;
pid_t pid;
pid = waitpid(-1, &status, 0);