Build fix: cygwin: unknown type ssize_t
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 28 May 2021 15:36:34 +0000 (11:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 28 May 2021 15:36:34 +0000 (11:36 -0400)
commit040dd1eec6b290c91222fe6573daef03098b20cc
tree7ad30695d28b924bc54e67a8839b1b76fdb5b6ee
parent63e9caa2fa70c49e43b804d176d798db0736906c
Build fix: cygwin: unknown type ssize_t

The build fails on cygwin with the following error:

  In file included from actions/path.c:8:
  ../../include/lttng/action/path-internal.h:31:1: error: unknown type name "ssize_t"; did you mean "_ssize_t"?

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I93aac8ef33cfe19b655d80709c9b95a503815bda
include/lttng/action/path-internal.h
This page took 0.02519 seconds and 4 git commands to generate.