summaryrefslogtreecommitdiffstats
path: root/usr/klibc/socketcalls/socketcommon.h
blob: 7fdd547032e02c68c0156d9c5d3310a9e6adc04c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * socketcommon.h
 *
 * Common header file for socketcall stubs
 */

#define __IN_SYS_COMMON
#include <errno.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <linux/net.h>