Home | History | Annotate | Download | only in sys

Lines Matching full:fstat

647 #   undef fstat
648 # define fstat rpl_fstat
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
655 _GL_CXXALIASWARN (fstat);
658 # define fstat _fstati64
660 # undef fstat
662 _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
663 "use gnulib module fstat for portability");