summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/forkfd_qt.c
blob: 7107b2c6a0ca8540c120147d8a53e4b95dfa94a6 (plain)
123456789101112131415
// Copyright (C) 2016 Intel Corporation.// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only#ifndef _GNU_SOURCE# define _GNU_SOURCE#endif#include <QtCore/qglobal.h>#define FORKFD_NO_SPAWNFD#if defined(QT_NO_DEBUG) && !defined(NDEBUG)# define NDEBUG#endif#include <forkfd.h>#include"../../3rdparty/forkfd/forkfd.c"
close