utimens: cache whether utimensat syscall works
[pspp] / lib / stdio-impl.h
index 5288162b94d108203ce7f43b4647b7dd69734093..c803e88c97cd0f6f5bca3d41040422289c46d7f5 100644 (file)
@@ -60,7 +60,7 @@
     };
 #  define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
 # else                                         /* FreeBSD, DragonFly, MacOS X, Cygwin */
-#  define fp_ub fp->_ub
+#  define fp_ub fp_->_ub
 # endif
 
 # define HASUB(fp) (fp_ub._base != NULL)