@@ -33,6 +33,8 @@ namespace Kernel {
int Process::sys$anon_create(size_t size, int options)
{
+ REQUIRE_PROMISE(stdio);
+
if (size % PAGE_SIZE)
return -EINVAL;