add profile for getmntent_r

This commit is contained in:
Rich Felker 2011-04-13 15:24:26 -04:00
parent 55b123b5ed
commit b778a2ba69
1 changed files with 1 additions and 0 deletions

View File

@ -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 *);