mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
744e829637
Now that there are no internal users of __sysctl left, it is possible to add an unconditional deprecation warning to <sys/sysctl.h>. To avoid a test failure due this warning in check-install-headers, skip the test for sys/sysctl.h. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
4 lines
79 B
C
4 lines
79 B
C
#ifndef _SYS_SYSCTL_H
|
|
#include_next <sys/sysctl.h>
|
|
#endif /* _SYS_SYSCTL_H */
|