]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: debug: also declare strlen() in __ABORT_NOW()
authorWilly Tarreau <w@1wt.eu>
Wed, 26 Jun 2024 06:02:09 +0000 (08:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 26 Jun 2024 06:04:40 +0000 (08:04 +0200)
commit2d27c80288c0acee85326c0574ed70d0b2e486ef
treefc64ad5ac9eef0a6ac616a61eab070893167f4f9
parent8f204fa8aeadef3faea4471ba9cfd93d9d168960
BUILD: debug: also declare strlen() in __ABORT_NOW()

Previous commit 8f204fa8ae ("MINOR: debug: print gdb hints when crashing")
broken on the CI where strlen() isn't known. Let's forward-declare it in
the __ABORT_NOW() functions, just like write(). No backport is needed.
include/haproxy/bug.h