Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • backup/alex-27
  • Test/file-system
  • Test/syscall-test-branch
  • josh/miscellaneous-improvements
  • alex/exit-system-call
  • josh/backup-alex-6
  • backup/Alex
8 results

syscall_open.c

Blame
    • a2-stratford's avatar
      83f222db
      Modified syscall_open · 83f222db
      a2-stratford authored
      syscall_open.c
      line 14: Commented out current code
      line 18: Changed to create new file struct
      line 19: Changed to use file struct and brace guard statement
      line 21: Added return to exit early
      line 22: Closing brace for guard statement
      line 23: Commented out old code
      line 24: Returning pointer to file struct
      83f222db
      History
      Modified syscall_open
      a2-stratford authored
      syscall_open.c
      line 14: Commented out current code
      line 18: Changed to create new file struct
      line 19: Changed to use file struct and brace guard statement
      line 21: Added return to exit early
      line 22: Closing brace for guard statement
      line 23: Commented out old code
      line 24: Returning pointer to file struct