]> granicus.if.org Git - procps-ng/commit
Support libc's without GLOB_TILDE
authorMichael Forney <mforney@mforney.org>
Tue, 1 Oct 2013 05:34:36 +0000 (05:34 +0000)
committerJaromir Capik <jcapik@redhat.com>
Thu, 28 Aug 2014 13:07:01 +0000 (15:07 +0200)
commitfb6d4e6cb42ffacfbe300021f062b5057ba7015d
tree94690518c6138c2a211087d28df0a17392e7b495
parent007c438148aec7c59b8285c56c9ebc5132294006
Support libc's without GLOB_TILDE

GLOB_TILDE is a GNU extension and may not be present on all systems.

Note (jcapik): The original patch from Michael Forney didn't
apply cleanly due to my recent addition of the GLOB_BRACE flag
in the list of flags. I had to edit the patch to make it apply,
but that produces an inconsistent state. It's gonna be fixed
in the next commit.
sysctl.c