Attempt to put out burning darwin tinderbox.

This commit is contained in:
Graydon Hoare 2011-05-10 17:47:38 -07:00
parent 10c9266525
commit 46886b2339

View File

@ -31,6 +31,10 @@ rust_srv::realloc(void *p, size_t bytes) {
void
rust_srv::log(char const *msg) {
printf("rt: %s\n", msg);
// FIXME: flushing each time is expensive, but at the moment
// necessary to get output through before a rust_task::fail
// call. This should be changed.
fflush(stdout);
}
void