diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/ipc/latch.c | 3 | ||||
-rw-r--r-- | src/include/pg_config.h.in | 3 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 3 | ||||
-rw-r--r-- | src/interfaces/libpq/fe-misc.c | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c index 31aa5debc71..0d0701aa282 100644 --- a/src/backend/storage/ipc/latch.c +++ b/src/backend/storage/ipc/latch.c @@ -42,9 +42,6 @@ #ifdef HAVE_POLL_H #include <poll.h> #endif -#ifdef HAVE_SYS_POLL_H -#include <sys/poll.h> -#endif #include "miscadmin.h" #include "pgstat.h" diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 03e980328bd..7a05c7e5b85 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -557,9 +557,6 @@ /* Define to 1 if you have the <sys/ipc.h> header file. */ #undef HAVE_SYS_IPC_H -/* Define to 1 if you have the <sys/poll.h> header file. */ -#undef HAVE_SYS_POLL_H - /* Define to 1 if you have the <sys/pstat.h> header file. */ #undef HAVE_SYS_PSTAT_H diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index f9588b055fa..2a5fc1bab76 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -417,9 +417,6 @@ /* Define to 1 if you have the <sys/ipc.h> header file. */ /* #undef HAVE_SYS_IPC_H */ -/* Define to 1 if you have the <sys/poll.h> header file. */ -/* #undef HAVE_SYS_POLL_H */ - /* Define to 1 if you have the <sys/pstat.h> header file. */ /* #undef HAVE_SYS_PSTAT_H */ diff --git a/src/interfaces/libpq/fe-misc.c b/src/interfaces/libpq/fe-misc.c index ba7400b425a..756c6d77790 100644 --- a/src/interfaces/libpq/fe-misc.c +++ b/src/interfaces/libpq/fe-misc.c @@ -46,9 +46,6 @@ #ifdef HAVE_POLL_H #include <poll.h> #endif -#ifdef HAVE_SYS_POLL_H -#include <sys/poll.h> -#endif #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #endif |