1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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