blob: 10ca21aa3cbeaaa95f4ce7f24aecdb64f2bd924d [file] [log] [blame]
#include <sys/socket.h>
#include "syscall.h"
int shutdown(int fd, int how)
{
return socketcall(shutdown, fd, how, 0, 0, 0, 0);
}