mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 05:20:21 +00:00
This change undefines __linux__ and adds APIs like clock_settime(). The gosh darned getopt_long() API has been reintroduced, thanks to OpenBSD.
5 lines
135 B
C
5 lines
135 B
C
#ifndef _GETOPT_H
|
|
#define _GETOPT_H
|
|
#include "third_party/getopt/getopt.h"
|
|
#include "third_party/getopt/long.h"
|
|
#endif /* _GETOPT_H */
|