]> git.meshlink.io Git - meshlink/commit
Use nanosleep() instead of clock_nanosleep().
authorGuus Sliepen <guus@meshlink.io>
Thu, 16 Apr 2020 21:56:36 +0000 (23:56 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 16 Apr 2020 21:56:36 +0000 (23:56 +0200)
commitc169f4b833479afffe4a3596771c7d0617c6e7be
tree633ef8978ecc684a322f34f794ff93f16be00753
parent8f9b286f2c33cf582f692db5837d0fdc93ca6a8a
Use nanosleep() instead of clock_nanosleep().

Mac OS X does not support the latter.
src/net.c