You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments