GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
[oota-llvm.git] / lib / System / Unix / Alarm.inc
index 28ff1b8a6368625ceef8ebdcb132fb4a9b9f4f05..fb42b6c65da106d29a995e718938f40b7e03a1ff 100644 (file)
@@ -67,6 +67,6 @@ int sys::AlarmStatus() {
   return 0;
 }
 
-void Sleep(unsigned n) {
+void sys::Sleep(unsigned n) {
   ::sleep(n);
 }