This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Add x32 dummy sysctl


>  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.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]