Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1254640 commit ecc8ab7Copy full SHA for ecc8ab7
src/include/utils/elog.h
@@ -89,7 +89,7 @@ struct Node;
89
*/
90
#if defined(errno) && defined(__linux__)
91
#define pg_prevent_errno_in_scope() int __errno_location pg_attribute_unused()
92
-#elif defined(errno) && (defined(__darwin__) || defined(__freebsd__))
+#elif defined(errno) && (defined(__darwin__) || defined(__FreeBSD__))
93
#define pg_prevent_errno_in_scope() int __error pg_attribute_unused()
94
#else
95
#define pg_prevent_errno_in_scope()
0 commit comments