Skip to content

Commit

Permalink
Comments only: associate core::libc FIXMEs with issue numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Mar 16, 2012
1 parent 2ef7d13 commit c86135e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/libc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit c86135e

Please sign in to comment.