mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +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.
6 lines
165 B
C
6 lines
165 B
C
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_ARP_H_
|
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_ARP_H_
|
|
|
|
#define ARPHRD_ETHER 1
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_ARP_H_ */
|