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:41:01 +0000 (11:41 -0400)
commit50d4de892f40296aafb4a735faa49345c9db75fe
tree8de3a2c9b47a392983223c2eb1d0c7ace34a4708
parentbb3cce3f74f29c371a9a835f9569a0a16a9b43f8
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.025716 seconds and 5 git commands to generate.