瀏覽代碼

add profile for getmntent_r

Rich Felker 14 年之前
父節點
當前提交
b778a2ba69
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 *);