mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-20 04:46:03 +00:00
Low: sanitize import of <poll.h> symbols
This commit is contained in:
parent
c1c26c94cb
commit
ab78f2a4fd
@ -30,7 +30,6 @@ extern "C" {
|
||||
#include <qb/qbconfig.h>
|
||||
|
||||
#include <pthread.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/socket.h>
|
||||
#include <qb/qbipc_common.h>
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ extern "C" {
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdint.h>
|
||||
#include <poll.h> /* make POLLIN etc. readily available */
|
||||
|
||||
/**
|
||||
* @file qbloop.h
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "os_base.h"
|
||||
#include <poll.h>
|
||||
|
||||
#if defined(HAVE_GETPEERUCRED)
|
||||
#include <ucred.h>
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "os_base.h"
|
||||
#include <poll.h>
|
||||
|
||||
#include "ipc_int.h"
|
||||
#include "util_int.h"
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "os_base.h"
|
||||
#include <poll.h>
|
||||
|
||||
#ifdef HAVE_SYS_UN_H
|
||||
#include <sys/un.h>
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "os_base.h"
|
||||
#include <poll.h>
|
||||
|
||||
#include "ipc_int.h"
|
||||
#include "util_int.h"
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "os_base.h"
|
||||
#include <poll.h>
|
||||
|
||||
#include "util_int.h"
|
||||
#include "ipc_int.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user