Home | History | Annotate | Download | only in linux-lib

Lines Matching full:unlink

89    lseek(), read(), unlink(), write() in <io.h>.  */
1757 # undef unlink
1758 # define unlink rpl_unlink
1760 _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1)));
1761 _GL_CXXALIAS_RPL (unlink, int, (char const *file));
1763 _GL_CXXALIAS_SYS (unlink, int, (char const *file));
1765 _GL_CXXALIASWARN (unlink);
1767 # undef unlink
1769 _GL_WARN_ON_USE (unlink, "unlink is not portable - "
1770 "use gnulib module unlink for portability");