PATCH: Add x32 dummy sysctl

H.J. Lu hjl.tools@gmail.com
Tue May 22 20:51:00 GMT 2012


On Tue, May 22, 2012 at 1:39 PM, Roland McGrath <roland@hack.frob.com> wrote:
>>  ifeq ($(subdir),misc)
>> -sysdep_routines += sysctl clone llseek umount umount2 readahead \
>> +include $(firstword $(wildcard $(sysdirs:=/sysctl.mk)))
>> +
>> +sysdep_routines += $(sysctl) clone llseek umount umount2 readahead \
>
> This is OK.  But on further reflection, I would just have sysctl.mk do
> "sysdep_routines +=" and not complicate things more with the sysctl variable.
>

I tried it and it doesn't work since all sysctl.mk files are included.

-- 
H.J.



More information about the Libc-alpha mailing list