Skip to content

Commit

Permalink
[#94] Delete declaration of pid_t in syscall.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hangpark committed Apr 14, 2017
1 parent 0e72203 commit f54fa9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/userprog/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
#include "threads/synch.h"
#include "threads/thread.h"
#include "threads/vaddr.h"

#define pid_t int
#include "userprog/process.h"

/* A Lock for mutual exclusion between system calls. */
static struct lock filesys_lock;
Expand Down

0 comments on commit f54fa9b

Please sign in to comment.