From cb0f71f87e0175c399ed575df25c2d097a2d3f3a Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 5 Dec 2013 11:01:35 -0500 Subject: [PATCH] wrong fixme fixed lol --- eventloop.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventloop.d b/eventloop.d index 20d275b..beba0f2 100644 --- a/eventloop.d +++ b/eventloop.d @@ -697,7 +697,7 @@ struct FileError { version(linux) { extern(C): - alias int c_int; // FIXME for 64 bit + alias int c_int; alias uint uint32_t; alias ulong uint64_t;