Skip to content

Commit

Permalink
microblaze: Fix number of syscalls
Browse files Browse the repository at this point in the history
Number of syscalls have to be updated too.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Sep 9, 2014
1 parent b408e2c commit 9fc4b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

#endif /* __ASSEMBLY__ */

#define __NR_syscalls 381
#define __NR_syscalls 387

#endif /* _ASM_MICROBLAZE_UNISTD_H */

0 comments on commit 9fc4b7e

Please sign in to comment.