__sys_shutdown
extern int __sys_shutdown(int fd, int how);
ret = __sys_shutdown(a0, a1);
return __sys_shutdown(fd, how);
err = __sys_shutdown(a0, a1);
extern int __sys_shutdown(int fd, int how);