Implement bt_getline
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Oct 2015 18:56:44 +0000 (14:56 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 16 Oct 2015 19:40:33 +0000 (15:40 -0400)
commit8fa47e7b377e6bf3a1d0f87c03cd33c3f1668b98
tree0178402a0b59b1fc5b5771488918f31cb5cbb152
parentf77968f52cf4e04d08683a5f703c84dbaafb2d75
Implement bt_getline

Implement our own getline to remove dependency from glibc 2.10+ and to
increase portability to other operating systems.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-log.c
include/Makefile.am
include/babeltrace/compat/stdio.h [new file with mode: 0644]
tests/lib/test_ctf_writer.c
This page took 0.024244 seconds and 4 git commands to generate.