* cygwin.din (getmntent_r): Export.
* mount.cc (getmntent_r): New function. * posix.sgml (std-gnu): Add getmntent_r. * include/mntent.h (getmntent_r): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
@ -31,6 +31,7 @@ struct mntent
|
||||
#include <stdio.h>
|
||||
FILE *setmntent (const char *__filep, const char *__type);
|
||||
struct mntent *getmntent (FILE *__filep);
|
||||
struct mntent *getmntent_r (FILE *, struct mntent *, char *, int);
|
||||
int endmntent (FILE *__filep);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user