aboutsummaryrefslogtreecommitdiff
path: root/net/socat/patches/100-usleep.patch
Commit message (Collapse)AuthorAge
* socat: Fix compilation when usleep is missingRosen Penev2019-07-19
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>