X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmntent.h;fp=include%2Fmntent.h;h=d03c414a2b069d7701f285320767fbe67522093a;hp=c0fed7fc8b152019c63e83071ba0cfe118eccdd5;hb=b778a2ba69d7707d13280ce2d44c4153eb1e2431;hpb=55b123b5ede22f5c401d2992ae933a2f935dac6c 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 *);