| 1833 | } |
| 1834 | |
| 1835 | int __syscall_recvmsg(int sockfd, |
| 1836 | struct msghdr* msg, |
| 1837 | int flags, |
| 1838 | int unused1, |
| 1839 | int unused2, |
| 1840 | int unused3) { |
| 1841 | return -ENOSYS; |
| 1842 | } |
| 1843 | |
| 1844 | int __syscall_fadvise64(int fd, off_t offset, off_t len, int advice) { |
| 1845 | // Advice is currently ignored. TODO some backends might use it |