mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
0409096658
This change undefines __linux__ and adds APIs like clock_settime(). The gosh darned getopt_long() API has been reintroduced, thanks to OpenBSD.
5 lines
159 B
C
5 lines
159 B
C
#ifndef _NET_ETHERNET_H
|
|
#define _NET_ETHERNET_H
|
|
#include "libc/sock/struct/ether_header.h"
|
|
#include "libc/sysv/consts/ethernet.h"
|
|
#endif /* _NET_ETHERNET_H */
|