]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/xusleep.c
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / xusleep.c
index 1cf17a37b7b4d3c13d437209c4030839f75434e0..d2c0b2ab106799f3aaaa3814010321001085791e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -25,3 +25,4 @@ xusleep(unsigned int usec)
     sl.tv_usec = usec % 1000000;
     return select(0, NULL, NULL, NULL, &sl);
 }
+