Skip to content

Commit

Permalink
iio_stresstest: was including <sys/sysctl.h> by accident.
Browse files Browse the repository at this point in the history
The GNU C Library version 2.30 includes:
The Linux-specific <sys/sysctl.h> header and the sysctl function have
been deprecated and will be removed from a future version of glibc.
Application should directly access /proc instead.

iio_stresstest was not actually using anything, so remove it.

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz committed Apr 27, 2020
1 parent ff69f77 commit 4ce2d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/iio_stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <errno.h>
#include <limits.h>
#include <sys/time.h>
#include <sys/sysctl.h>

#include "iio_common.h"

Expand Down

0 comments on commit 4ce2d0d

Please sign in to comment.