X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmntent.h;h=d03c414a2b069d7701f285320767fbe67522093a;hp=c0fed7fc8b152019c63e83071ba0cfe118eccdd5;hb=1ab59de81e94e7802f85d314a709f8350a0e9b65;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/mntent.h b/include/mntent.h index c0fed7fc..d03c414a 100644 --- a/include/mntent.h +++ b/include/mntent.h @@ -33,6 +33,7 @@ struct mntent FILE *setmntent(const char *, const char *); int endmntent(FILE *); struct mntent *getmntent(FILE *); +struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); int addmntent(FILE *, const struct mntent *); char *hasmntopt(const struct mntent *, const char *);