X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstat_.h;h=8c2e552f1fda7c1ed83c56fe071f05a57f20cfc3;hb=34abd68afd21ed0a91033624de782893ea102562;hp=b3eff8cb0adb1d0cde602f6c059f6de098bcbfee;hpb=91182f188f4d5d51f37a9f390aa210bef0ab6898;p=gnulib.git diff --git a/lib/stat_.h b/lib/stat_.h index b3eff8cb0..8c2e552f1 100644 --- a/lib/stat_.h +++ b/lib/stat_.h @@ -26,7 +26,7 @@ /* mingw does not support symlinks, therefore it does not have lstat. But without links, stat does just fine. */ -#if ! HAVE_FUNC_LSTAT +#if ! HAVE_LSTAT # define lstat stat #endif