Userland/tt: Switch to MiB

This commit is contained in:
Nico Weber
2020-08-15 14:33:43 -04:00
committed by Andreas Kling
parent af96cfe9ef
commit 1e2dc736e3

View File

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