Explorar o código

Userland/tt: Switch to MiB

Nico Weber %!s(int64=4) %!d(string=hai) anos
pai
achega
1e2dc736e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Userland/tt.cpp

+ 1 - 1
Userland/tt.cpp

@@ -261,7 +261,7 @@ int stack_size_test()
         printf("pthread_attr_setstacksize: %s\n", strerror(rc));
         printf("pthread_attr_setstacksize: %s\n", strerror(rc));
         return 3;
         return 3;
     }
     }
-    printf("Set thread stack size to 8 MB\n");
+    printf("Set thread stack size to 8 MiB\n");
 
 
     pthread_t thread_id;
     pthread_t thread_id;
     rc = pthread_create(
     rc = pthread_create(