Build: guards on openat()
[users/heiko/exim.git] / src / OS / os.h-Linux
index c705e5cd29eaa1f8b1fa1c2f3f56781e4658b9e4..ba5f13450251d89f5afff43ec88a0edf3b0a99d9 100644 (file)
@@ -71,7 +71,7 @@ then change the 0 to 1 in the next block. */
 # define LLONG_MAX LONG_LONG_MAX
 #endif
 
-#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOUCE
+#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOURCE
 # define EXIM_HAVE_OPENAT
 #endif