Skip to content
Snippets Groups Projects
Select Git revision
8 results

syscall.c

  • a2-stratford's avatar
    c5a34972
    Implementing the remove syscall · c5a34972
    a2-stratford authored
    syscall.c
    line 73..75: Adding the system call for syscall_remove
    system_calls.h
    line 52..52: Adding the prototype for syscall_remove
    syscall_remove.c
    line 1..26: Implemented syscall_remove
    makefile.build
    line 71: Added syscall_remove to makefile
    c5a34972
    History
    Implementing the remove syscall
    a2-stratford authored
    syscall.c
    line 73..75: Adding the system call for syscall_remove
    system_calls.h
    line 52..52: Adding the prototype for syscall_remove
    syscall_remove.c
    line 1..26: Implemented syscall_remove
    makefile.build
    line 71: Added syscall_remove to makefile