We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8de024 commit 7a34928Copy full SHA for 7a34928
src/shell.c
@@ -1,5 +1,4 @@
1
/*
2
- * Copyright (C) 2002, Simon Nieuviarts
3
Projet SR : TURKI SANEKLI Hedi & NOEL-LARDIN Thomas
4
*/
5
/********************************************************************
@@ -24,7 +23,7 @@ void handler(int sig){
24
23
25
int main()
26
{
27
- Signal(SIGCHLD,handler);
+ signal(SIGCHLD,handler);
28
while (1) {
29
struct cmdline *l;
30
int i;
0 commit comments