socat: Fix compilation when usleep is missing 9516/head
authorRosen Penev <rosenp@gmail.com>
Fri, 19 Jul 2019 07:08:53 +0000 (00:08 -0700)
committerRosen Penev <rosenp@gmail.com>
Fri, 19 Jul 2019 07:10:33 +0000 (00:10 -0700)
commitfadf2bfc14ed62d6fff3224e7f21aac1828fbfda
treed50a1e4cead66632a59b66c21d14505ab1f4e608
parentc8734591ca2d2c9e69a69591ccd1365795826689
socat: Fix compilation when usleep is missing

usleep is a legacy function that was removed in POSIX-2008. uClibc-ng can
be configured to compile without it. if out the code as it's not used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/socat/Makefile
net/socat/patches/100-usleep.patch [new file with mode: 0644]