diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/c.h b/src/include/c.h index b719eb95e14..f5da4676c6f 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -334,11 +334,6 @@ typedef unsigned PG_INT128_TYPE uint128; #define HAVE_INT64_TIMESTAMP #endif -/* sig_atomic_t is required by ANSI C, but may be missing on old platforms */ -#ifndef HAVE_SIG_ATOMIC_T -typedef int sig_atomic_t; -#endif - /* * Size * Size of any memory resident object, as returned by sizeof. |