陈越 hace 3 años
padre
commit
435efddc9e
Se han modificado 2 ficheros con 2 adiciones y 5 borrados
  1. +1
    -1
      main.c
  2. +1
    -4
      mytop.c

+ 1
- 1
main.c Ver fichero

@ -11,7 +11,7 @@ int main()
{
char cmdline[MAXLINE];
main_proc_pid = getpid();
signal(SIGINT, sigint_handler);
//signal(SIGINT, sigint_handler);
while(1)
{

+ 1
- 4
mytop.c Ver fichero

@ -1,4 +1,4 @@
/*
#include <stdio.h>
#include <unistd.h>
#include <pwd.h>
@ -335,6 +335,3 @@ void mytop()
print_procs(prev_proc,proc,1);
return;
}
*/
void mytop()
{}

Cargando…
Cancelar
Guardar