Merge git://github.com/git-l10n/git-po
[gitweb.git] / builtin / index-pack.c
index 8b5c1eb33e18cdec0f74e246e501f50461757e9a..5a0372ab08e7d7fe8381356669702b5e5838f78f 100644 (file)
@@ -40,8 +40,8 @@ struct base_data {
        int ofs_first, ofs_last;
 };
 
-#if !defined(NO_PTHREADS) && defined(NO_PREAD)
-/* NO_PREAD uses compat/pread.c, which is not thread-safe. Disable threading. */
+#if !defined(NO_PTHREADS) && defined(NO_THREAD_SAFE_PREAD)
+/* pread() emulation is not thread-safe. Disable threading. */
 #define NO_PTHREADS
 #endif