Skip to content

Commit 7a34928

Browse files
committed
modif
1 parent e8de024 commit 7a34928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shell.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
* Copyright (C) 2002, Simon Nieuviarts
32
Projet SR : TURKI SANEKLI Hedi & NOEL-LARDIN Thomas
43
*/
54
/********************************************************************
@@ -24,7 +23,7 @@ void handler(int sig){
2423

2524
int main()
2625
{
27-
Signal(SIGCHLD,handler);
26+
signal(SIGCHLD,handler);
2827
while (1) {
2928
struct cmdline *l;
3029
int i;

0 commit comments

Comments
 (0)