diff options
Diffstat (limited to 'src/rt')
| -rw-r--r-- | src/rt/rust_uv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_uv.c b/src/rt/rust_uv.c index 4d859eacecc..c8f041c6562 100644 --- a/src/rt/rust_uv.c +++ b/src/rt/rust_uv.c @@ -25,7 +25,7 @@ void* rust_uv_loop_new() { -// XXX libuv doesn't always ignore SIGPIPE even though we don't need it. +// FIXME libuv doesn't always ignore SIGPIPE even though we don't need it. #ifndef __WIN32__ signal(SIGPIPE, SIG_IGN); #endif |
