]> Chaos Git - corbenik/ctrulib.git/commitdiff
Removed outdated SOC comment.
authoryellows8 <yellowstar6@gmail.com>
Sun, 11 May 2014 01:25:26 +0000 (21:25 -0400)
committeryellows8 <yellowstar6@gmail.com>
Sun, 11 May 2014 01:25:26 +0000 (21:25 -0400)
libctru/source/SOC.c

index 2d9865e485e2847641aa213a8e5b5307e5e01f85..3cc884ff27a9e484f42a2764e4629bedac5d0350 100644 (file)
@@ -568,7 +568,7 @@ int socuipc_cmda(int sockfd, const void *buf, int len, int flags, const struct s
        return ret;
 }
 
-int recvfrom(int sockfd, void *buf, int len, int flags, struct sockaddr *src_addr, int *addrlen)//UDP is not supported for these since the input/output sockaddr is not used.
+int recvfrom(int sockfd, void *buf, int len, int flags, struct sockaddr *src_addr, int *addrlen)
 {
        if(len<0x2000)return socuipc_cmd8(sockfd, buf, len, flags, src_addr, addrlen);
        return socuipc_cmd7(sockfd, buf, len, flags, src_addr, addrlen);