]> git.llucax.com Git - software/druntime.git/blobdiff - src/gc/basic/gcbits.d
Changed Thread.sleep() to accept a long with a tick resolution of 100 nanoseconds...
[software/druntime.git] / src / gc / basic / gcbits.d
index a3c3e96658698e3d1bede8fca23e973f459a364e..b6cc1fb9d7fe8a65fdb15103e6a7a3177640fc9e 100644 (file)
  * Authors:   Walter Bright, David Friedman, Sean Kelly
  */
 
+module gc.gcbits;
+
 
 private
 {
-    import bitmanip;
+    import core.bitmanip;
     import stdc.string;
     import stdc.stdlib;
     extern (C) void onOutOfMemoryError();