Explorar o código

add profile for getmntent_r

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
b778a2ba69
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/mntent.h

+ 1 - 0
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 *);