Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
forkfd_qt.c
Go to the documentation of this file.
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"
#define _GNU_SOURCE
Definition forkfd_qt.c:6