Home | History | Annotate | Download | only in sys

Lines Matching defs:lstat

767 /* mingw does not support symlinks, therefore it does not have lstat.  But
770 # define lstat stat
772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
775 # undef lstat
776 # define lstat rpl_lstat
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
785 _GL_CXXALIASWARN (lstat);
788 # undef lstat
790 _GL_WARN_ON_USE (lstat, "lstat is unportable - "
791 "use gnulib module lstat for portability");