microblaze: Enable accept4 syscall

We had wrong name in unistd.h + I wire up this syscall
in syscall table.

Signed-off-by: Michal Simek <monstr@monstr.eu>

+2 -2
+1 -1
arch/microblaze/include/asm/unistd.h
··· 377 377 #define __NR_shutdown 359 /* new */ 378 378 #define __NR_sendmsg 360 /* new */ 379 379 #define __NR_recvmsg 361 /* new */ 380 - #define __NR_accept04 362 /* new */ 380 + #define __NR_accept4 362 /* new */ 381 381 #define __NR_preadv 363 /* new */ 382 382 #define __NR_pwritev 364 /* new */ 383 383 #define __NR_rt_tgsigqueueinfo 365 /* new */
+1 -1
arch/microblaze/kernel/syscall_table.S
··· 366 366 .long sys_shutdown 367 367 .long sys_sendmsg /* 360 */ 368 368 .long sys_recvmsg 369 - .long sys_ni_syscall 369 + .long sys_accept4 370 370 .long sys_ni_syscall 371 371 .long sys_ni_syscall 372 372 .long sys_rt_tgsigqueueinfo /* 365 */