summaryrefslogtreecommitdiff
path: root/lib/compat.c
blob: 731c0718d8ddf3f7b75c9ef730432185e45b5e40 (plain)
1
2
3
4
5
6
7
8
#include <sys/types.h>
#include <sys/socket.h>

ssize_t
compat_send (int sockfd, const void *buf, size_t len, int flags)
{
  compat_send (int sockfd, const void *buf, size_t len, int flags);
}