search for: compat_glob

Displaying 1 result from an estimated 1 matches for "compat_glob".

Did you mean: _compat_glob
2015 Sep 11
11
[Bug 2463] New: Conflict with openbsd compat glob() function in shared libraries
...ss some features (statvfs at openssh.com, fstatvfs at openssh.com?) and code would be much more messy * Modification of glob_t structure that it would be ABI compatible with system one is also not much portable. My current solution is to redefine glob and related structures with some prefix (ex. compat_glob(), COMPAT_GLOB_NOMATCH) and also modify sftp to use these prefixed functions and constants not to interfere with system function (see attached patch, currently not portable). The result builds and works just fine. For portability reasons (there can be platform supporting all the extensions) I belie...