cosmopolitan/libc/isystem/sys/socket.h

19 lines
599 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_SYS_SOCKET_H_
#define LIBC_ISYSTEM_SYS_SOCKET_H_
#include "libc/calls/weirdtypes.h"
2020-06-15 14:18:57 +00:00
#include "libc/sock/sock.h"
#include "libc/sock/struct/cmsghdr.h"
2022-08-06 16:56:17 +00:00
#include "libc/sock/struct/linger.h"
#include "libc/sock/struct/msghdr.h"
#include "libc/sock/struct/sockaddr.h"
#include "libc/sysv/consts/af.h"
#include "libc/sysv/consts/limits.h"
2022-08-06 16:56:17 +00:00
#include "libc/sysv/consts/msg.h"
#include "libc/sysv/consts/pf.h"
#include "libc/sysv/consts/scm.h"
#include "libc/sysv/consts/shut.h"
#include "libc/sysv/consts/so.h"
#include "libc/sysv/consts/sock.h"
#include "libc/sysv/consts/sol.h"
2020-06-15 14:18:57 +00:00
#endif