summaryrefslogtreecommitdiff
path: root/mail-mta/postfix/files/postfix-glibc-2.34.patch
blob: 0da3ddf5ecdba5441cc023b3fbbf60dbf7ea8fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/util/sys_defs.h	2020-05-21 16:34:23.000000000 +0300
+++ b/src/util/sys_defs.h	2021-08-07 19:14:20.000000000 +0300
@@ -827,6 +827,9 @@
 #define HAVE_POSIX_GETPW_R
 #endif
 #endif
+#if HAVE_GLIBC_API_VERSION_SUPPORT(2, 34)
+#define HAS_CLOSEFROM
+#endif
 
 #endif