citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 02faaf62d575cd757a9ae7cad2e25633c3e0152e
parent dd1ce4a86764c6cb7d04c89dc7dcda238b2634dc
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 16 Jun 2016 00:24:19 -0600

lib: trigger a build

Diffstat:
Mlib/runtime.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/runtime.c b/lib/runtime.c @@ -23,11 +23,9 @@ int needs_to_link_against_libcitrun; static void send_metadata(int); static void send_execution_data(int); - static int xread(int d, const void *buf, size_t bytes_total); static int xwrite(int d, const void *buf, size_t bytes_total); - /* Sets up connection to the server socket and drops into an io loop. */ static void * control_thread(void *arg)