1// Copyright (C) 2016 Intel Corporation.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef _GNU_SOURCE
6# define _GNU_SOURCE
7#endif
8#include <QtCore/qglobal.h>
9
10#define FORKFD_NO_SPAWNFD
11#if defined(QT_NO_DEBUG) && !defined(NDEBUG)
12# define NDEBUG
13#endif
14
15#include <forkfd.h>
16#include "../../3rdparty/forkfd/forkfd.c"
17

source code of qtbase/src/corelib/io/forkfd_qt.c