diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-03-15 22:38:43 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-03-15 23:12:07 -0700 |
| commit | c86135e80b66e795a156070883a0545f6fdd3cae (patch) | |
| tree | 60d0c0649d6c97fc641117b222d5f06ed138611e | |
| parent | 2ef7d135a9b8158af85c082fe16fe3d866bf2fec (diff) | |
| download | rust-c86135e80b66e795a156070883a0545f6fdd3cae.tar.gz rust-c86135e80b66e795a156070883a0545f6fdd3cae.zip | |
Comments only: associate core::libc FIXMEs with issue numbers
| -rw-r--r-- | src/libcore/libc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
