]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: Missing inclusion header for ssize_t type
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 26 Jun 2024 08:17:09 +0000 (10:17 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 26 Jun 2024 08:17:09 +0000 (10:17 +0200)
commitbc9821fd26b3a118415f579cdfa6e430b03f96da
treee96c73e30ffe3f3eb58598d7fb3efffda10f70fa
parent2d27c80288c0acee85326c0574ed70d0b2e486ef
BUILD: Missing inclusion header for ssize_t type

Compilation issue detected as follows by gcc:

In file included from src/ncbuf.c:19:
src/ncbuf.c: In function 'ncb_write_off':
include/haproxy/bug.h:144:10: error: unknown type name 'ssize_t'
  144 |   extern ssize_t write(int, const void *, size_t); \
include/haproxy/bug.h