#include <signal.h>
#include <errno.h>
#include <unistd.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <pty.h>
#include <stdlib.h>
#include <sys/prctl.h>
#include <cstring>
#include <iostream>
#include <sstream>
#include <zypp/base/Logger.h>
#include <zypp/base/String.h>
#include <zypp/base/Gettext.h>
#include <zypp/ExternalProgram.h>
#include <zypp/base/CleanerThread_p.h>
Go to the source code of this file.
◆ _GNU_SOURCE
◆ ZYPP_BASE_LOGGER_LOGGROUP
#define ZYPP_BASE_LOGGER_LOGGROUP "zypp::exec" |