Merge pull request #1114 from niacat/master

Remove unnecessary check for FreeBSD
This commit is contained in:
ejurgensen 2020-11-02 15:51:18 +01:00 committed by GitHub
commit fb2c3c5cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
#ifdef HAVE_TIMERFD
# include <sys/timerfd.h>
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#else
# include <signal.h>
#endif