projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b123b
)
add profile for getmntent_r
author
Rich Felker
<dalias@aerifal.cx>
Wed, 13 Apr 2011 19:24:26 +0000
(15:24 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 13 Apr 2011 19:24:26 +0000
(15:24 -0400)
include/mntent.h
patch
|
blob
|
history
diff --git
a/include/mntent.h
b/include/mntent.h
index c0fed7fc8b152019c63e83071ba0cfe118eccdd5..d03c414a2b069d7701f285320767fbe67522093a 100644
(file)
--- 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 *);