Commit 92adc3e9 by Stéphane Graber

Export the local getmntent_r implementation

New code now uses getmntent_r so we need it exported so that it can be used when building on bionic. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent c32981c3
...@@ -15,6 +15,7 @@ struct mntent ...@@ -15,6 +15,7 @@ struct mntent
}; };
extern struct mntent *getmntent (FILE *stream); extern struct mntent *getmntent (FILE *stream);
extern struct mntent *getmntent_r (FILE *stream, struct mntent *mp, char *buffer, int bufsiz);
#endif #endif
#ifndef HAVE_SETMNTENT #ifndef HAVE_SETMNTENT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment