citrun

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

commit 5bb960078e5b511b704b022fe1fd26246ffc6cdf
parent 29d5d0f0e234f5710a6581d1909ae8d0cc0860be
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri,  1 Apr 2016 01:26:14 -0600

lib: add comments

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

diff --git a/lib/runtime.c b/lib/runtime.c @@ -177,6 +177,9 @@ xread(int d, const void *buf, size_t bytes_total) return bytes_read; } +/* + * Grab an execution context and start up the control thread. + */ __attribute__((constructor)) static void runtime_init() {