blob: a0cac7ca3db9f10cbd6453b044f5de7291aae728 [file] [log] [blame]
// Copyright 2025 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <lib/ld/abi.h>
#include "../startup/start-main.h"
namespace LIBC_NAMESPACE_DECL {
PageRoundedSize InitialStackSize() { return PageRoundedSize{ld::abi::_ld_abi.stack_size}; }
} // namespace LIBC_NAMESPACE_DECL