summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2022-08-09 20:59:10 +0200
committerBenBE <BenBE@geshi.org>2022-08-09 22:15:19 +0200
commit2f62ee0698792c06ee698475049c8d8f03e0e73c (patch)
tree4d74f7f29d9c624f9e282da03ea78ae29e7b68a4 /.github
parent8e19b2a2c5655c132a3b41f9a911471dd32914d4 (diff)
Linux: support openat() without readlinkat()
linux/LinuxProcessList.c:1094:52: error: format specifies type 'char *' but the argument has type 'openat_arg_t' (aka 'int') [-Werror,-Wformat] xSnprintf(filename, sizeof(filename), "%s/cwd", procFd); ~~ ^~~~~~ %d linux/LinuxProcessList.c:1333:44: error: format specifies type 'char *' but the argument has type 'openat_arg_t' (aka 'int') [-Werror,-Wformat] xSnprintf(path, sizeof(path), "%s/exe", procFd); ~~ ^~~~~~ %d Supersedes: #1025
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions

© 2014-2024 Faster IT GmbH | imprint | privacy policy