mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
6e64bc845f
osreldate.h and sys/param.h were manually adjusted to not __FreeBSD_version since it will be defined by the compiler.
4 lines
134 B
C
Vendored
4 lines
134 B
C
Vendored
#ifdef __GNUC__
|
|
#warning "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead"
|
|
#endif
|
|
#include <termios.h> |