aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts
diff options
context:
space:
mode:
authorKartik Naik <kartik@bugqore.com>2026-08-19 21:56:32 +0530
committerKartik Naik <kartik@bugqore.com>2026-08-19 21:56:32 +0530
commit87c1738284ad9062cf344d038df2f3953030c1dd (patch)
tree2b0a9b37d7361aceb407e5bc3adb0ec11e2ebd71 /.github/scripts
parent18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742 (diff)
downloadportable-87c1738284ad9062cf344d038df2f3953030c1dd.tar.gz
portable-87c1738284ad9062cf344d038df2f3953030c1dd.tar.bz2
portable-87c1738284ad9062cf344d038df2f3953030c1dd.zip
provide a vsyslog fallback in syslog_r instead of the header
AIX has syslog but not vsyslog; the fallback lived in syslog.h as non-static function definitions, so it multiply-defined vsyslog_r (also defined in syslog_r.c) and pulled vasprintf in without stdio.h. Detect vsyslog and, when absent, format with vasprintf and call syslog directly from the shim.
Diffstat (limited to '.github/scripts')
0 files changed, 0 insertions, 0 deletions