From c86135e80b66e795a156070883a0545f6fdd3cae Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 15 Mar 2012 22:38:43 -0700 Subject: [PATCH] Comments only: associate core::libc FIXMEs with issue numbers --- src/libcore/libc.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libcore/libc.rs b/src/libcore/libc.rs index 876e5881871..b46b9cb7d5d 100644 --- a/src/libcore/libc.rs +++ b/src/libcore/libc.rs @@ -38,6 +38,7 @@ dissolved. // wind up exported, if you're interested in writing platform-specific code. // FIXME: change these to glob-exports when sufficiently supported. +// Issue #2006 import types::common::c95::*; import types::common::c99::*; @@ -81,6 +82,7 @@ import funcs::extra::*; // FIXME: remove these 3 exports (and their uses next door in os::) when // export globs work. They provide access (for now) for os:: to dig around in // the rest of the platform-specific definitions. +// Issue #2006 export types, funcs, consts;