X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=14783ffb1699d3335f9941760a17770fa7bc756e;hb=28b7a53b693f6b4e70218a926e68a36ece54cda1;hp=d1919e1cc64bb280dcddc6856f29c3650f5c4946;hpb=0912276c6467aa3ee6f570b31245367319da572a;p=tinc diff --git a/src/dropin.h b/src/dropin.h index d1919e1c..14783ffb 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -4,7 +4,7 @@ /* dropin.h -- header file for dropin.c Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2016 Guus Sliepen + 2000-2022 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,10 +36,6 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif -#ifndef HAVE_NANOSLEEP -extern int nanosleep(const struct timespec *req, struct timespec *rem); -#endif - #ifndef timeradd #define timeradd(a, b, r) do {\ (r)->tv_sec = (a)->tv_sec + (b)->tv_sec;\