mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
Userland/tt: Switch to MiB
This commit is contained in:
parent
af96cfe9ef
commit
1e2dc736e3
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue