remove sys/sysctl.h
authorRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 07:44:47 +0000 (02:44 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 07:44:47 +0000 (02:44 -0500)
commit2c5e7560251b25b36ae3785211962e9597dc7e7d
treea84e38ad0cd740eaa8a4f2a13e9306c4ff3281ad
parent2750337379d1314026d174cd5b49e3f8ea590637
remove sys/sysctl.h

this functionality has essentially always been deprecated in linux,
and was never supported by musl. the presence of the header was
reported to cause some software to attempt to use the nonexistant
function, so removing the header is the cleanest solution.
include/sys/sysctl.h [deleted file]