Serenity Operating System
1/*
2 * Copyright (c) 2020, the SerenityOS developers.
3 *
4 * SPDX-License-Identifier: BSD-2-Clause
5 */
6
7#include <AK/Types.h>
8#include <assert.h>
9#include <stdio.h>
10#include <sys/internals.h>
11#include <unistd.h>
12
13#ifndef _DYNAMIC_LOADER
14void* __dso_handle __attribute__((__weak__));
15#endif