1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 23:23:03 +00:00

timer.c: Remove _BSD_SOURCE. (#88)

This isn't needed to build, so let's not have it.
This commit is contained in:
Bruce Mitchener
2020-12-17 02:10:48 +07:00
committed by GitHub
parent be88851eaf
commit ff778f6044

View File

@@ -62,7 +62,6 @@ extern int ether_fd;
#ifdef LINUX
#include <sys/ioctl.h>
#define _BSD_SOURCE
#include <signal.h>
#include <sys/times.h>
#endif