From b7b08fb886780eb3675dd26bc49712d339d94d5f Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Wed, 10 Mar 2021 22:00:50 -0500 Subject: Remove forwarded syscalls The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown. --- include/user/net/net_syscalls.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 include/user/net/net_syscalls.h (limited to 'include/user/net/net_syscalls.h') diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h deleted file mode 100644 index a1441cb..0000000 --- a/include/user/net/net_syscalls.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - Vita Development Suite Libraries -*/ - -#ifndef _VDSUITE_USER_NET_NET_SYSCALLS_H -#define _VDSUITE_USER_NET_NET_SYSCALLS_H - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -int sceNetSyscallConnect(int s, const SceNetSockaddr *name, unsigned int namelen); - -#ifdef __cplusplus -} -#endif - -#endif /* _VDSUITE_USER_NET_NET_SYSCALLS_H */ -- cgit v1.2.3