Skip to content

Commit

Permalink
Merge pull request #95 from hangpark/iss/94
Browse files Browse the repository at this point in the history
[#94] Delete declaration of pid_t in syscall.c
  • Loading branch information
hangpark authored Apr 14, 2017
2 parents 0e72203 + f54fa9b commit ddd33d7
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 ddd33d7

Please sign in to comment.