Skip to content

Commit 8d7fd52

Browse files
committed
iio_stresstest: was including <sys/sysctl.h> by accident.
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]>
1 parent 88b946f commit 8d7fd52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/iio_stresstest.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <errno.h>
2929
#include <limits.h>
3030
#include <sys/time.h>
31-
#include <sys/sysctl.h>
3231

3332
#include "iio_common.h"
3433

0 commit comments

Comments
 (0)