yaffs: Update year to 2011 in copyrights etc.
[yaffs2.git] / direct / timothy_tests / threading / threading.c
index 4b65e388eaefdb53b89258d75ccbc7fa50497213..96a91f8da16684b765287c456b8d22d95ad9e88c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Timothy Manning <timothy@yaffs.net>
@@ -74,6 +74,7 @@ int main(int argc, char *argv[])
                        printf("| %d ",get_counter(y));
                }
                printf("\n");
+               sleep(1);
        }
 
 }